diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index 5d5e5a6..c213cd0 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -551,7 +551,7 @@ do_jump (tree exp, rtx if_false_label, rtx if_true_label) } } } - /* fall through and generate the normal code. */ + /* Fall through and generate the normal code. */ default: normal: |