From: Ben Elliston Date: Mon, 26 Nov 2007 02:22:41 +0000 (+0000) Subject: * unwind-dw2-fde.c: Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868;p=gcc.git * unwind-dw2-fde.c: Fix comment typo. From-SVN: r130422 --- 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 + + * unwind-dw2-fde.c: Fix comment typo. + 2007-11-25 Richard Sandiford * 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;