diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-26 02:22:41 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-26 02:22:41 +0000 |
| commit | 9564e612e7d5acf6d2742fcc7bf528f27690f2f0 (patch) | |
| tree | 7fb64e3f70d47ba05c36e177c031c80ab80b1e6f | |
| parent | 707010ca747303e3a7d863098e8aa894b2ed327a (diff) | |
| download | ppe42-gcc-9564e612e7d5acf6d2742fcc7bf528f27690f2f0.tar.gz ppe42-gcc-9564e612e7d5acf6d2742fcc7bf528f27690f2f0.zip | |
* unwind-dw2-fde.c: Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130422 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 6308dae3e10..bedda5f56bd 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 d5dcad71554..ac2e0d465ae 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; |

