Fix typo in comment.

Noticed by: bapt@
This commit is contained in:
Warner Losh 2020-09-05 04:20:29 +00:00
parent 22f085c43b
commit 84961358b4

View File

@ -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;