summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 17:47:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 17:47:43 +0000
commita457ee07af69ac1dd67bcce24698558f5de0682d (patch)
tree6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/alloc-pool.c
parentaf3fb3d6dc3907a45f05d913e9b2fafe42bcc053 (diff)
downloadgcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.gz
alloc-pool.c: Fix comment typos.
* alloc-pool.c: Fix comment typos. * builtin-types.def: Likewise. * builtins.def: Likewise. * c-pretty-print.c: Likewise. * df.h: Likewise. * reload1.c: Likewise. From-SVN: r77043
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;