summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c
index 349dbbf..2cebaf8 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -355,7 +355,7 @@ next_addr(void)
addr = addr_last;
break;
}
- /* FALL THROUGH */
+ /* FALLTHROUGH */
default:
if (ibufp == hd)
return EOF;
@@ -489,7 +489,7 @@ exec_command(void)
case 'e':
if (modified && !scripted)
return EMOD;
- /* fall through */
+ /* FALLTHROUGH */
case 'E':
if (addr_cnt > 0) {
errmsg = "unexpected address";
OpenPOWER on IntegriCloud