diff options
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r-- | gcc/cp/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 1bb3869ecb4..3cc6551ee52 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; |