aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-08 12:47:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-08 12:47:27 +0000
commit4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 (patch)
tree1597dda2c873e24f24656f766f741b0d4814230e /gcc/varasm.c
parent2567406a17362fdf2f3b7150d1c006b87c63ee1f (diff)
downloadgcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.zip
gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.gz
gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.bz2
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting. * c-common.c: Likewise. * c-common.h: Likewise. * c-lex.c: Likewise. * c-pretty-print.c: Likewise. * cfglayout.c: Likewise. * cfgloop.c: Likewise. * defaults.h: Likewise. * et-forest.c: Likewise. * explow.c: Likewise. * function.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * gengtype.c: Likewise. * ifcvt.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * real.c: Likewise. * rtl.h: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * varasm.c: Likewise. From-SVN: r56952
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 49df302..edd0262 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -2452,7 +2452,7 @@ compare_constant (t1, t2)
l1 && l2;
l1 = TREE_CHAIN (l1), l2 = TREE_CHAIN (l2))
{
- /* Check that each value is the same... */
+ /* Check that each value is the same... */
if (! compare_constant (TREE_VALUE (l1), TREE_VALUE (l2)))
return 0;
/* ... and that they apply to the same fields! */