diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_fs.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/bha.c | 4 | ||||
-rw-r--r-- | sys/kern/kern_descrip.c | 4 | ||||
-rw-r--r-- | sys/sys/mbuf.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 83de12bc70c..87362810dae 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 2002/04/16 15:32:55 miod Exp $ +# $OpenBSD: GENERIC,v 1.30 2002/06/03 12:04:08 deraadt Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC - an all-in-one kernel for the mac68k @@ -13,7 +13,7 @@ option M68030 option M68020 # Must have 68851 PMMU option FPSP option FPU_EMULATE -option COMPAT_SUNOS # SunOS m68k binary compatiblity +option COMPAT_SUNOS # SunOS m68k binary compatibility option ZS_CONSOLE_ABORT option DISABLE_EXT_CACHE # Don't use IIci external cache option DISABLE_ADB_WITH_SERIAL_CONSOLE diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index b675e3973b2..79f178bbae2 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.13 2002/04/16 15:32:55 miod Exp $ +# $OpenBSD: GENERICSBC,v 1.14 2002/06/03 12:04:08 deraadt Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERICSBC --- our generic kernel using the SBC SCSI driver @@ -13,7 +13,7 @@ option M68030 option M68020 # Must have 68851 PMMU option FPSP option FPU_EMULATE -option COMPAT_SUNOS # SunOS m68k binary compatiblity +option COMPAT_SUNOS # SunOS m68k binary compatibility option ZS_CONSOLE_ABORT option DISABLE_EXT_CACHE # Don't use IIci external cache option DISABLE_ADB_WITH_SERIAL_CONSOLE diff --git a/sys/compat/ultrix/ultrix_fs.c b/sys/compat/ultrix/ultrix_fs.c index eafa1f03136..a0cfa887030 100644 --- a/sys/compat/ultrix/ultrix_fs.c +++ b/sys/compat/ultrix/ultrix_fs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ultrix_fs.c,v 1.8 2002/04/23 18:54:12 espie Exp $ */ +/* $OpenBSD: ultrix_fs.c,v 1.9 2002/06/03 12:04:08 deraadt Exp $ */ /* $NetBSD: ultrix_fs.c,v 1.4 1996/04/07 17:23:06 jonathan Exp $ */ /* @@ -59,7 +59,7 @@ /* * Ultrix file system data structure, as modified by * Ultrix getmntent(). This structure is padded to 2560 bytes, for - * compatiblity with the size the Ultrix kernel and user apps expect. + * compatibility with the size the Ultrix kernel and user apps expect. */ struct ultrix_fs_data { u_int32_t ufsd_flags; /* how mounted */ diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index 276764893d2..e621dee35ae 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha.c,v 1.3 2002/03/14 03:16:04 millert Exp $ */ +/* $OpenBSD: bha.c,v 1.4 2002/06/03 12:04:08 deraadt Exp $ */ /* $NetBSD: bha.c,v 1.27 1998/11/19 21:53:00 thorpej Exp $ */ #undef BHADEBUG @@ -1038,7 +1038,7 @@ bha_find(iot, ioh, sc) /* - * Disable the ISA-compatiblity ioports on PCI bha devices, + * Disable the ISA-compatibility ioports on PCI bha devices, * to ensure they're not autoconfigured a second time as an ISA bha. */ int diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 9fcdaec27a3..d54f2880dc7 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_descrip.c,v 1.57 2002/05/23 14:25:20 art Exp $ */ +/* $OpenBSD: kern_descrip.c,v 1.58 2002/06/03 12:04:08 deraadt Exp $ */ /* $NetBSD: kern_descrip.c,v 1.42 1996/03/30 22:24:38 christos Exp $ */ /* @@ -796,7 +796,7 @@ fdexpand(p) /* * Create a new open file structure and allocate - * a file decriptor for the process that refers to it. + * a file descriptor for the process that refers to it. */ int falloc(p, resultfp, resultfd) diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 9eecf486b38..32e2f47dde9 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.h,v 1.60 2002/03/15 01:20:04 millert Exp $ */ +/* $OpenBSD: mbuf.h,v 1.61 2002/06/03 12:04:06 deraadt Exp $ */ /* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */ /* @@ -508,7 +508,7 @@ void _sk_mclget(struct mbuf *, int); /* length to m_copy to copy all */ #define M_COPYALL 1000000000 -/* compatiblity with 4.3 */ +/* compatibility with 4.3 */ #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT) /* |