svn commit: r365358 - head/usr.bin/script

Warner Losh imp at FreeBSD.org
Sat Sep 5 04:20:30 UTC 2020


Author: imp
Date: Sat Sep  5 04:20:29 2020
New Revision: 365358
URL: https://svnweb.freebsd.org/changeset/base/365358

Log:
  Fix typo in comment.
  
  Noticed by: bapt@

Modified:
  head/usr.bin/script/script.c

Modified: head/usr.bin/script/script.c
==============================================================================
--- head/usr.bin/script/script.c	Sat Sep  5 02:22:07 2020	(r365357)
+++ head/usr.bin/script/script.c	Sat Sep  5 04:20:29 2020	(r365358)
@@ -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;


More information about the svn-src-head mailing list