From beb235f8964321e02e492c9b6856a1ca56f2e027 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Aug 2003 06:45:14 +0000 Subject: c-decl.c: Fix comment formatting. * c-decl.c: Fix comment formatting. * cfgrtl.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * fold-const.c: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * ggc-common.c: Likewise. * mips-tfile.c: Likewise. * regmove.c: Likewise. From-SVN: r70677 --- gcc/ggc-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ggc-common.c') diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 6441710..a125b32 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -739,7 +739,7 @@ ggc_min_heapsize_heuristic (void) /* 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). */ -- cgit v1.1