From 84961358b4dd5d500d97105c2afbeb9ff91afb1b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 5 Sep 2020 04:20:29 +0000 Subject: Fix typo in comment. Noticed by: bapt@ --- usr.bin/script/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/script') diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index c70fbb9f9d2b..4ecc2099926f 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -119,7 +119,7 @@ main(int argc, char *argv[]) case 'd': usesleep = 0; break; - case 'e': /* Default behaior, accepted for linux compat */ + case 'e': /* Default behavior, accepted for linux compat */ break; case 'F': Fflg = 1; -- cgit v1.2.3