aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-09-14 12:07:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-14 12:07:44 +0000
commitc60026252860eef665bc52174dac66d3426145ca (patch)
treed8c275dbb5dddaf876a0d0ccf175cf047cd053ef /gcc/cp/expr.c
parentf197f1cff92d00c23110d3acc7467b98224fa90b (diff)
downloadgcc-c60026252860eef665bc52174dac66d3426145ca.zip
gcc-c60026252860eef665bc52174dac66d3426145ca.tar.gz
gcc-c60026252860eef665bc52174dac66d3426145ca.tar.bz2
error.c: Fix comment formatting.
* error.c: Fix comment formatting. * except.c: Likewise. * expr.c: Likewise. * friend.c: Likewise. * g++spec.c: Likewise. * init.c: Likewise. * lex.c: Likewise. * mangle.c: Likewise. * method.c: Likewise. * optimize.c: Likewise. * pt.c: Likewise. * rtti.c: Likewise. * search.c: Likewise. * semantics.c: Likewise. * spew.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. From-SVN: r57138
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r--gcc/cp/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c
index 1bb3869..3cc6551 100644
--- a/gcc/cp/expr.c
+++ b/gcc/cp/expr.c
@@ -102,7 +102,7 @@ cxx_expand_expr (exp, target, tmode, modifier)
target, tmode, modifier);
case OFFSET_REF:
- /* Offset refs should not make it through to here. */
+ /* Offset refs should not make it through to here. */
abort ();
return const0_rtx;