summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/alloc-pool.h')
-rw-r--r--gcc/alloc-pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloc-pool.h b/gcc/alloc-pool.h
index 1fc3c575093..fa9848a2b9b 100644
--- a/gcc/alloc-pool.h
+++ b/gcc/alloc-pool.h
@@ -45,7 +45,7 @@ typedef struct alloc_pool_def
char* virgin_free_list;
/* The number of elements in the virgin_free_list that can be
- allocated before needing another block. */
+ allocated before needing another block. */
size_t virgin_elts_remaining;
size_t elts_allocated;