aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-03-08 01:38:27 +0000
committerKazu Hirata <kazu@cs.umass.edu>2003-03-08 01:38:27 +0000
commita60432bb011dc0b046ffa5d9af3d8f61c33728dc (patch)
treeac6eaf9720b1013a5b3dc4f6abec3d7ed67daa1c /gcc/ggc-common.c
parent550b26380e940a3e3aa2d44337058bd91be9a137 (diff)
* calls.c: Fix comment formatting.
* cfgloopanal.c: Likewise. * cfgloopmanip.c: Likewise. * combine.c: Likewise. * dwarf2out.c: Likewise. * ggc-common.c: Likewise. * langhooks.c: Likewise. * loop-unroll.c: Likewise. * loop.c: Likewise. * ra-build.c: Likewise. * sbitmap.c: Likewise. * toplev.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@63966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r--gcc/ggc-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c
index f762c467ce7..8e12d56ee80 100644
--- a/gcc/ggc-common.c
+++ b/gcc/ggc-common.c
@@ -694,7 +694,7 @@ ggc_min_heapsize_heuristic()
/* Adjust for rlimits. */
min_heap_kbytes = ggc_rlimit_bound (min_heap_kbytes);
- min_heap_kbytes /= 1024; /* convert to Kbytes. */
+ min_heap_kbytes /= 1024; /* convert to Kbytes. */
/* The heuristic is RAM/8, with a lower bound of 4M and an upper
bound of 128M (when RAM >= 1GB). */