Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun 12 23:17:40 UTC 2019

Modified Files:
        src/sys/arch/amd64/conf: NOCOMPAT

Log Message:
Fix typo in comment (missing 'need')


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/conf/NOCOMPAT

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/NOCOMPAT
diff -u src/sys/arch/amd64/conf/NOCOMPAT:1.2 src/sys/arch/amd64/conf/NOCOMPAT:1.3
--- src/sys/arch/amd64/conf/NOCOMPAT:1.2	Sun Jan 27 02:08:37 2019
+++ src/sys/arch/amd64/conf/NOCOMPAT	Wed Jun 12 23:17:40 2019
@@ -1,6 +1,6 @@
 include "arch/amd64/conf/GENERIC"
 
-#ident		"NOCOMPAT-$Revision: 1.2 $"
+#ident		"NOCOMPAT-$Revision: 1.3 $"
 
 no options 	SYSVMSG		# System V-like message queues
 no options 	SYSVSEM		# System V-like semaphores
@@ -10,8 +10,8 @@ no options	COMPAT_43
 no options	COMPAT_44
 no options	COMPAT_BSDPTY
 
-# We only to use ``no options COMPAT_15'' because only COMPAT_15 is
-# explicitly enabled.  (The others are pulled in by statements in
+# We only need to use ``no options COMPAT_15'' because only COMPAT_15
+# is explicitly enabled.  (The others are pulled in by statements in
 # sys/conf/files)
 
 #no options	COMPAT_09

Reply via email to