diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-14 13:04:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-14 13:04:48 +0000 |
commit | c1b97125392975ff68e9aa6a609b0e3e39d264a7 (patch) | |
tree | 3c9d7728b00ed6695cb7b710ebf7785ecdb3ef94 /gcc/ggc-zone.c | |
parent | 9390387dcf3f6d81e32cdcfdf2ba6a3321be6695 (diff) | |
download | gcc-c1b97125392975ff68e9aa6a609b0e3e39d264a7.tar.gz |
* ggc-zone.c: Fix comment typos.
From-SVN: r96427
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r-- | gcc/ggc-zone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c index 343b7b1427b..86d37f97da3 100644 --- a/gcc/ggc-zone.c +++ b/gcc/ggc-zone.c @@ -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, |