diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-11-26 02:22:41 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-11-26 13:22:41 +1100 |
commit | 0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868 (patch) | |
tree | 7fb64e3f70d47ba05c36e177c031c80ab80b1e6f | |
parent | 726a48a936964a3313a50ac89c4d2fa8d2e3289e (diff) | |
download | gcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.zip gcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.tar.gz gcc-0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868.tar.bz2 |
* unwind-dw2-fde.c: Fix comment typo.
From-SVN: r130422
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/unwind-dw2-fde.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6308dae3..bedda5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Ben Elliston <bje@au.ibm.com> + + * unwind-dw2-fde.c: Fix comment typo. + 2007-11-25 Richard Sandiford <rsandifo@nildram.co.uk> * tree-sra.c (scalarize_use): Adjust the vpos argument to 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; |