diff options
Diffstat (limited to 'gcc/alloc-pool.c')
-rw-r--r-- | gcc/alloc-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index a1e74e3..11ba826 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; |