diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 15:39:59 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 15:39:59 +0000 |
commit | 79eec8b7291093b5bdd0ddf8c97b99f1a56dcd75 (patch) | |
tree | fbf9b3021b6e7115e83a169995b250ec07bcd06f /gcc/ggc.h | |
parent | 917bbcab602907861c40cfad1cc5337aaf9d0f1d (diff) | |
download | gcc-79eec8b7291093b5bdd0ddf8c97b99f1a56dcd75.tar.gz |
* ggc.h: Follow spelling conventions.
* config/i386/i386.c: Likewise.
* config/i386/winnt.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68976 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 e2a76e53946..26bb22b615f 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -132,7 +132,7 @@ extern void gt_pch_p_S (void *, void *, gt_pointer_operator, void *); extern void gt_pch_n_S (const void *); extern void gt_ggc_m_S (void *); -/* Initialise the string pool. */ +/* Initialize the string pool. */ extern void init_stringpool (void); /* A GC implementation must provide these functions. They are internal |