summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-31 17:47:43 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-31 17:47:43 +0000
commit3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9 (patch)
tree6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/alloc-pool.c
parentdd9242d42af3f7f938cf2c7bd901a8602a2e443b (diff)
downloadgcc-3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9.tar.gz
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise. * builtins.def: Likewise. * c-pretty-print.c: Likewise. * df.h: Likewise. * reload1.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r--gcc/alloc-pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c
index a1e74e3da1c..11ba826760c 100644
--- a/gcc/alloc-pool.c
+++ b/gcc/alloc-pool.c
@@ -75,7 +75,7 @@ static ALLOC_POOL_ID_TYPE last_id;
#ifdef GATHER_STATISTICS
-/* Store infromation about each particular alloc_pool. */
+/* Store information about each particular alloc_pool. */
struct alloc_pool_descriptor
{
const char *name;