diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:09:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:09:48 +0000 |
commit | e9efa03135334c079d640b06ff0e578f1c250cee (patch) | |
tree | e7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/ggc.h | |
parent | 228ea8f053751510b29b2b323b2abe77a521ffbc (diff) | |
download | gcc-e9efa03135334c079d640b06ff0e578f1c250cee.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4
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; |