* ggc-zone.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 14 Mar 2005 13:04:48 +0000 (13:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Mar 2005 13:04:48 +0000 (13:04 +0000)
From-SVN: r96427

gcc/ChangeLog
gcc/ggc-zone.c

index 837b42d98c4efc3d8fe9cd995b828fc5d67526ea..e708ebbaf8158e97e46a46e0a617f552ce67dd55 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ggc-zone.c: Fix comment typos.
+
 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
index 343b7b1427b83d92168d43ebf8fa2a73c430a283..86d37f97da38e181dc5a6d4d11cb0bf32fba3c6d 100644 (file)
@@ -604,7 +604,7 @@ zone_get_object_mark_bit (const void *object)
 }
 
 /* Set the allocation bit corresponding to OBJECT in its page's
-   bitmap.  Used to split this object from the preceeding one.  */
+   bitmap.  Used to split this object from the preceding one.  */
 static inline void
 zone_set_object_alloc_bit (const void *object)
 {
@@ -617,7 +617,7 @@ zone_set_object_alloc_bit (const void *object)
 }
 
 /* Clear the allocation bit corresponding to OBJECT in PAGE's
-   bitmap.  Used to coalesce this object with the preceeding
+   bitmap.  Used to coalesce this object with the preceding
    one.  */
 static inline void
 zone_clear_object_alloc_bit (struct small_page_entry *page,