]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* unwind-dw2-fde.c: Fix comment typo.
authorBen Elliston <bje@au.ibm.com>
Mon, 26 Nov 2007 02:22:41 +0000 (02:22 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 26 Nov 2007 02:22:41 +0000 (13:22 +1100)
From-SVN: r130422

gcc/ChangeLog
gcc/unwind-dw2-fde.c

index 6308dae3e102812d2ee757489a6dc8f1df0f6916..bedda5f56bd248745b9f25425f160271383c625c 100644 (file)
@@ -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
index d5dcad71554e126bed8f68e40818b453867bac71..ac2e0d465aec25b3498666e204dc759b7c0852cc 100644 (file)
@@ -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;