Commit c1b97125 by Kazu Hirata Committed by Kazu Hirata

* ggc-zone.c: Fix comment typos.

From-SVN: r96427
parent 9390387d
2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
* ggc-zone.c: Fix comment typos.
2005-03-14 Alan Modra <amodra@bigpond.net.au> 2005-03-14 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000-protos.h: Replace "struct rtx_def *" * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
......
...@@ -604,7 +604,7 @@ zone_get_object_mark_bit (const void *object) ...@@ -604,7 +604,7 @@ zone_get_object_mark_bit (const void *object)
} }
/* Set the allocation bit corresponding to OBJECT in its page's /* 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 static inline void
zone_set_object_alloc_bit (const void *object) zone_set_object_alloc_bit (const void *object)
{ {
...@@ -617,7 +617,7 @@ 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 /* 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. */ one. */
static inline void static inline void
zone_clear_object_alloc_bit (struct small_page_entry *page, zone_clear_object_alloc_bit (struct small_page_entry *page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment