diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index a2cfdcd3a7d..4b29993b401 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -4465,7 +4465,7 @@ store_expr (exp, target, want_value) { /* C++ can generate ?: expressions with a throw expression in one branch and an rvalue in the other. Here, we resolve attempts to - store the throw expression's nonexistant result. */ + store the throw expression's nonexistant result. */ if (want_value) abort (); expand_expr (exp, const0_rtx, VOIDmode, 0); @@ -7001,7 +7001,7 @@ expand_expr (exp, target, tmode, modifier) return original_target; } - /* ... fall through ... */ + /* ... fall through ... */ case STRING_CST: temp = output_constant_def (exp, 1); |