diff options
Diffstat (limited to 'gcc/ggc-page.c')
| -rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index cba44dd..e0dfb16 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -459,7 +459,7 @@ static struct globals allocation routines. The first page is used, the rest go onto the free list. This cannot be larger than HOST_BITS_PER_INT for the in_use bitmask for page_group. Hosts that need a different value - can override this by defining GGC_QUIRE_SIZE explicitly. */ + can override this by defining GGC_QUIRE_SIZE explicitly. */ #ifndef GGC_QUIRE_SIZE # ifdef USING_MMAP # define GGC_QUIRE_SIZE 256 |
