aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index dd9d8d4..d2b53f8 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -2345,7 +2345,7 @@ rtx_renumbered_equal_p (rtx x, rtx y)
case 'u':
if (XEXP (x, i) != XEXP (y, i))
return 0;
- /* fall through. */
+ /* Fall through. */
case '0':
break;