aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-22 23:15:30 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-22 23:15:30 +0000
commit938d968ed373057812cd43a9b420399fb65f6c0b (patch)
tree218203f16ff3e11b33a888e58c0921f40c76b2e5 /gcc/ggc-page.c
parentb3147029a5847526b07b9d4823e3beec3c315402 (diff)
downloadgcc-938d968ed373057812cd43a9b420399fb65f6c0b.zip
gcc-938d968ed373057812cd43a9b420399fb65f6c0b.tar.gz
gcc-938d968ed373057812cd43a9b420399fb65f6c0b.tar.bz2
alias.c: Fix comment formatting.
* alias.c: Fix comment formatting. * c-common.c: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * combine.c: Likewise. * cpplib.c: Likewise. * diagnostic.c: Likewise. * dojump.c: Likewise. * final.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * jump.c: Likewise. * loop.c: Likewise. * mips-tfile.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. From-SVN: r69689
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r--gcc/ggc-page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index 7b0697e..62964d6 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -410,7 +410,7 @@ static struct globals
/* Total allocations and overhead for sizes less than 32, 64 and 128.
These sizes are interesting because they are typical cache line
- sizes. */
+ sizes. */
unsigned long long total_allocated_under32;
unsigned long long total_overhead_under32;
@@ -421,7 +421,7 @@ static struct globals
unsigned long long total_allocated_under128;
unsigned long long total_overhead_under128;
- /* The overhead for each of the allocation orders. */
+ /* The overhead for each of the allocation orders. */
unsigned long long total_overhead_per_order[NUM_ORDERS];
} stats;
#endif