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@gcc.gnu.org>2003-10-05 13:09:48 +0000
commit0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/ggc.h
parent35222de242df6eb8698fda53c711915914639f68 (diff)
downloadgcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.zip
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.gz
gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.bz2
c-pretty-print.c: Fix comment formatting.
* 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. From-SVN: r72110
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 3a88e16..0e2a63e 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;