Module Name: src Committed By: maxv Date: Fri Aug 4 09:33:03 UTC 2017
Modified Files: src/sys/arch/vax/conf: GENERIC VAX780 src/sys/compat/common: Makefile Log Message: typos To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/arch/vax/conf/GENERIC cvs rdiff -u -r1.21 -r1.22 src/sys/arch/vax/conf/VAX780 cvs rdiff -u -r1.60 -r1.61 src/sys/compat/common/Makefile 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/vax/conf/GENERIC diff -u src/sys/arch/vax/conf/GENERIC:1.200 src/sys/arch/vax/conf/GENERIC:1.201 --- src/sys/arch/vax/conf/GENERIC:1.200 Tue Dec 27 08:56:00 2016 +++ src/sys/arch/vax/conf/GENERIC Fri Aug 4 09:33:03 2017 @@ -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. Index: src/sys/arch/vax/conf/VAX780 diff -u src/sys/arch/vax/conf/VAX780:1.21 src/sys/arch/vax/conf/VAX780:1.22 --- src/sys/arch/vax/conf/VAX780:1.21 Tue Dec 27 08:56:00 2016 +++ src/sys/arch/vax/conf/VAX780 Fri Aug 4 09:33:03 2017 @@ -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. Index: src/sys/compat/common/Makefile diff -u src/sys/compat/common/Makefile:1.60 src/sys/compat/common/Makefile:1.61 --- src/sys/compat/common/Makefile:1.60 Sat Nov 5 23:30:22 2016 +++ src/sys/compat/common/Makefile Fri Aug 4 09:33:03 2017 @@ -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_AUTOD # 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"