diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-09-05 04:20:29 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-09-05 04:20:29 +0000 |
commit | 84961358b4dd5d500d97105c2afbeb9ff91afb1b (patch) | |
tree | 1d091d07e4b8d40570a7ab3886feeae059da6d0a | |
parent | 22f085c43ba25698ba35154738306d6598b74e25 (diff) | |
download | src-84961358b4dd5d500d97105c2afbeb9ff91afb1b.tar.gz src-84961358b4dd5d500d97105c2afbeb9ff91afb1b.zip |
Fix typo in comment.
Noticed by: bapt@
Notes
Notes:
svn path=/head/; revision=365358
-rw-r--r-- | usr.bin/script/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |