Source-Changes-HG archive

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

[src/trunk]: src/sys typos



details:   https://anonhg.NetBSD.org/src/rev/289bf1535bb6
branches:  trunk
changeset: 825889:289bf1535bb6
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 04 09:33:03 2017 +0000

description:
typos

diffstat:

 sys/arch/vax/conf/GENERIC  |  6 +++---
 sys/arch/vax/conf/VAX780   |  4 ++--
 sys/compat/common/Makefile |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r ec681774b73e -r 289bf1535bb6 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Fri Aug 04 09:30:19 2017 +0000
+++ b/sys/arch/vax/conf/GENERIC Fri Aug 04 09:33:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.200 2016/12/27 08:56:00 flxd Exp $
+# $NetBSD: GENERIC,v 1.201 2017/08/04 09:33:03 maxv Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.200 $"
+#ident                 "GENERIC-$Revision: 1.201 $"
 
 # Here are all different supported CPU types listed.
 #options       VAX8800         # VAX 8500, 8530, 8550, 8700, 8800
@@ -149,7 +149,7 @@
 options        COMPAT_60       # NetBSD 6.0, and
 options        COMPAT_70       # NetBSD 7.0 binary compatibility.
 options        COMPAT_ULTRIX
-options        COMPAT_IBCS2    # DEC SVR.3 compatilibity
+options        COMPAT_IBCS2    # DEC SVR.3 compatibility
 #options       NO_INSN_EMULATE # CPU does not lack some hardware instructions.
 options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
diff -r ec681774b73e -r 289bf1535bb6 sys/arch/vax/conf/VAX780
--- a/sys/arch/vax/conf/VAX780  Fri Aug 04 09:30:19 2017 +0000
+++ b/sys/arch/vax/conf/VAX780  Fri Aug 04 09:33:03 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VAX780,v 1.21 2016/12/27 08:56:00 flxd Exp $
+# $NetBSD: VAX780,v 1.22 2017/08/04 09:33:03 maxv Exp $
 #
 # 11/780,750,730 machine description file
 # 
@@ -131,7 +131,7 @@
 options        COMPAT_30       # NetBSD 3.0, and
 options        COMPAT_40       # NetBSD 4.0 binary compatibility.
 options        COMPAT_ULTRIX   # DEC Ultrix binary compatibility.
-#options       COMPAT_IBCS2    # DEC SVR.3 compatilibity
+#options       COMPAT_IBCS2    # DEC SVR.3 compatibility
 #options       NO_INSN_EMULATE # CPU does not lack some hardware instructions.
 options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
diff -r ec681774b73e -r 289bf1535bb6 sys/compat/common/Makefile
--- a/sys/compat/common/Makefile        Fri Aug 04 09:30:19 2017 +0000
+++ b/sys/compat/common/Makefile        Fri Aug 04 09:33:03 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.60 2016/11/05 23:30:22 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.61 2017/08/04 09:33:03 maxv Exp $
 
 LIB=           compat
 NOPIC=         # defined
@@ -11,7 +11,7 @@
 # Common compatibility code, used by all emulations
 SRCS=  compat_exec.c compat_util.c
 
-# Include compatability code common to libcompat and the compat module
+# Include compatibility code common to libcompat and the compat module
 
 .include "Makefile.sysio"
 .include "Makefile.sysv"



Home | Main Index | Thread Index | Old Index