diff options
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 04b36189121..38068172a3a 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -937,7 +937,7 @@ enum alloc_type { grow linearly, and which are written in the object file as sequential pages. On systems with a BSD malloc that define USE_MALLOC, the MAX_CLUSTER_PAGES should be 1 less than a power of two, since malloc - adds it's overhead, and rounds up to the next power of 2. Pages are + adds its overhead, and rounds up to the next power of 2. Pages are linked together via a linked list. If PAGE_SIZE is > 4096, the string length in the shash_t structure @@ -5113,7 +5113,7 @@ out_of_bounds (indx, max, str, prog_line) /* Allocate a cluster of pages. USE_MALLOC says that malloc does not - like sbrk's behind it's back (or sbrk isn't available). If we use + like sbrk's behind its back (or sbrk isn't available). If we use sbrk, we assume it gives us zeroed pages. */ #ifndef MALLOC_CHECK |