From 7f006e60308a6c06af0df2c66eb3e874e6b80211 Mon Sep 17 00:00:00 2001 From: maxv Date: Fri, 4 Aug 2017 09:33:03 +0000 Subject: [PATCH] typos --- sys/arch/vax/conf/GENERIC | 6 +++--- sys/arch/vax/conf/VAX780 | 4 ++-- sys/compat/common/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 02e02d9cb3f9..2b874a997f87 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -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 @@ include "arch/vax/conf/std.vax" 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_50 # NetBSD 5.0, 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 --git a/sys/arch/vax/conf/VAX780 b/sys/arch/vax/conf/VAX780 index 360badb3ee6d..df5456d6393f 100644 --- a/sys/arch/vax/conf/VAX780 +++ b/sys/arch/vax/conf/VAX780 @@ -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_20 # NetBSD 2.0, 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 --git a/sys/compat/common/Makefile b/sys/compat/common/Makefile index dcc704af04fc..b2e92756cab5 100644 --- a/sys/compat/common/Makefile +++ b/sys/compat/common/Makefile @@ -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 @@ CPPFLAGS= ${COMPATCPPFLAGS} ${SKIP_AUTODEP::=} # 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"