diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 13:09:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 13:09:48 +0000 |
commit | 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (patch) | |
tree | e7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/ggc.h | |
parent | 35222de242df6eb8698fda53c711915914639f68 (diff) | |
download | gcc-0ee55ad88a745b42dc1466c5ae6360f83ba3c628.tar.gz |
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.h | 2 |
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; |