aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-11-26 02:22:41 +0000
committerBen Elliston <bje@gcc.gnu.org>2007-11-26 13:22:41 +1100
commit0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868 (patch)
tree7fb64e3f70d47ba05c36e177c031c80ab80b1e6f /gcc/unwind-dw2-fde.c
parent726a48a936964a3313a50ac89c4d2fa8d2e3289e (diff)
downloadgcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.zip
gcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.tar.gz
gcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.tar.bz2
* unwind-dw2-fde.c: Fix comment typo.
From-SVN: r130422
Diffstat (limited to 'gcc/unwind-dw2-fde.c')
-rw-r--r--gcc/unwind-dw2-fde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c
index d5dcad7..ac2e0d4 100644
--- a/gcc/unwind-dw2-fde.c
+++ b/gcc/unwind-dw2-fde.c
@@ -44,7 +44,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
/* The unseen_objects list contains objects that have been registered
but not yet categorized in any way. The seen_objects list has had
- it's pc_begin and count fields initialized at minimum, and is sorted
+ its pc_begin and count fields initialized at minimum, and is sorted
by decreasing value of pc_begin. */
static struct object *unseen_objects;
static struct object *seen_objects;