From cc2902df52a39b343d5094a39d3e6efb868015de Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 22 Sep 2002 14:09:34 +0000 Subject: dbxout.c: Follow spelling conventions. * dbxout.c: Follow spelling conventions. * defaults.h: Likewise. * df.c: Likewise. * diagnostic.h: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flags.h: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * function.h: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genconfig.c: Likewise. * genrecog.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * global.c: Likewise. * gthr-win32.h: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * langhooks.c: Likewise. * langhooks.h: Likewise. * line-map.h: Likewise. * local-alloc.c: Likewise. * longlong.h: Likewise. * loop.c: Likewise. * loop.h: Likewise. From-SVN: r57406 --- gcc/ggc-page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ggc-page.c') diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 294bdfc..9a2c03e 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -405,7 +405,7 @@ static void poison_pages PARAMS ((void)); void debug_print_page_list PARAMS ((int)); -/* Returns non-zero if P was allocated in GC'able memory. */ +/* Returns nonzero if P was allocated in GC'able memory. */ static inline int ggc_allocated_p (p) @@ -874,7 +874,7 @@ static unsigned char size_lookup[257] = 8 }; -/* Allocate a chunk of memory of SIZE bytes. If ZERO is non-zero, the +/* Allocate a chunk of memory of SIZE bytes. If ZERO is nonzero, the memory is zeroed; otherwise, its contents are undefined. */ void * -- cgit v1.1