mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-14 05:54:40 +08:00
* ggc-zone.c: Fix comment typos.
From-SVN: r96427
This commit is contained in:
parent
9390387dcf
commit
c1b9712539
@ -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 *"
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user