aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-05 13:09:48 +0000
committerKazu Hirata <kazu@cs.umass.edu>2003-10-05 13:09:48 +0000
commit72200d14c491e1b8589eb2d6534be327494baad2 (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/ggc.h
parent13b5e55a5e711890e88545918d12692f27158a1f (diff)
* c-pretty-print.c: Fix comment formatting.
* cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cppcharset.c: Likewise. * dbxout.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * target.h: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index 3a88e165479..0e2a63e940d 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -63,7 +63,7 @@ extern void gt_pch_note_reorder (void *, void *, gt_handle_reorder);
typedef void (*gt_pointer_walker) (void *);
/* Structures for the easy way to mark roots.
- In an array, terminated by having base == NULL.*/
+ In an array, terminated by having base == NULL. */
struct ggc_root_tab {
void *base;
size_t nelt;