diff options
Diffstat (limited to 'gcc/cp/cp-objcp-common.c')
-rw-r--r-- | gcc/cp/cp-objcp-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-objcp-common.c b/gcc/cp/cp-objcp-common.c index d301db01a78..82f684a1c7b 100644 --- a/gcc/cp/cp-objcp-common.c +++ b/gcc/cp/cp-objcp-common.c @@ -226,7 +226,7 @@ init_shadowed_var_for_decl (void) tree_decl_map_eq, 0); } -/* Return true if stmt can fall thru. Used by block_may_fallthru +/* Return true if stmt can fall through. Used by block_may_fallthru default case. */ bool |