Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Fix typo in comment (missing 'need')



details:   https://anonhg.NetBSD.org/src/rev/5ecb2ef5d9a5
branches:  trunk
changeset: 451957:5ecb2ef5d9a5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 12 23:17:40 2019 +0000

description:
Fix typo in comment (missing 'need')

diffstat:

 sys/arch/amd64/conf/NOCOMPAT |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 909461b815b8 -r 5ecb2ef5d9a5 sys/arch/amd64/conf/NOCOMPAT
--- a/sys/arch/amd64/conf/NOCOMPAT      Wed Jun 12 22:47:03 2019 +0000
+++ b/sys/arch/amd64/conf/NOCOMPAT      Wed Jun 12 23:17:40 2019 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index