summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
commit7d76aced28ec9c258bd533a4e33516f71f44b6de (patch)
tree51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /sys
parent7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff)
downloadFreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip
FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/dev/dpt/dpt.h2
-rw-r--r--sys/i386/include/if_wl_wavelan.h2
-rw-r--r--sys/i386/isa/isa_compat.c2
-rw-r--r--sys/i386/isa/istallion.c4
-rw-r--r--sys/i386/isa/stallion.c4
-rw-r--r--sys/kern/kern_prot.c6
-rw-r--r--sys/net/if.h8
-rw-r--r--sys/netinet6/nd6.h2
-rw-r--r--sys/sys/poll.h2
-rw-r--r--sys/sys/time.h2
12 files changed, 19 insertions, 19 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index a6537e1..845e85a 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -227,7 +227,7 @@ i386/isa/intr_machdep.c standard
i386/isa/ithread.c standard
i386/isa/isa.c optional isa
i386/isa/isa_compat.c optional isa compat_oldisa \
- warning "Old ISA driver compatability shims present."
+ warning "Old ISA driver compatibility shims present."
i386/isa/isa_dma.c optional isa
i386/isa/istallion.c optional stli
i386/isa/loran.c optional loran
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index ded0df1..4ffce8c 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -220,7 +220,7 @@ i386/isa/intr_machdep.c standard
i386/isa/ithread.c standard
i386/isa/isa.c optional isa
i386/isa/isa_compat.c optional isa compat_oldisa \
- warning "Old ISA driver compatability shims present."
+ warning "Old ISA driver compatibility shims present."
i386/isa/istallion.c optional stli
i386/isa/loran.c optional loran
i386/isa/matcd/matcd.c count matcd
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h
index 6d6230e..8798f76 100644
--- a/sys/dev/dpt/dpt.h
+++ b/sys/dev/dpt/dpt.h
@@ -904,7 +904,7 @@ typedef struct dpt_ccb {
} dpt_ccb_t;
/*
- * This is provided for compatability with UnixWare only.
+ * This is provided for compatibility with UnixWare only.
* Some of the fields may be bogus.
* Others may have a totally different meaning.
*/
diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h
index 63c5a93..ad7d28e 100644
--- a/sys/i386/include/if_wl_wavelan.h
+++ b/sys/i386/include/if_wl_wavelan.h
@@ -112,7 +112,7 @@
#define WLPSA_UNIMAC 0x10 /* Universal MAC address */
#define WLPSA_LOCALMAC 0x16 /* Locally configured MAC address */
#define WLPSA_MACSEL 0x1c /* MAC selector */
-#define WLPSA_COMPATNO 0x1d /* compatability number */
+#define WLPSA_COMPATNO 0x1d /* compatibility number */
#define WLPSA_THRESH 0x1e /* RF modem threshold preset */
#define WLPSA_FEATSEL 0x1f /* feature select */
#define WLPSA_SUBBAND 0x20 /* subband selector */
diff --git a/sys/i386/isa/isa_compat.c b/sys/i386/isa/isa_compat.c
index 8dd1bec..099e0b9 100644
--- a/sys/i386/isa/isa_compat.c
+++ b/sys/i386/isa/isa_compat.c
@@ -245,7 +245,7 @@ isa_compat_attach(device_t dev)
printf("isa_compat_attach: failed to setup intr: %d\n",
error);
}
- device_printf(dev, "driver is using old-style compatability shims\n");
+ device_printf(dev, "driver is using old-style compatibility shims\n");
return 0;
}
diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c
index 36932b9..61b7a50 100644
--- a/sys/i386/isa/istallion.c
+++ b/sys/i386/isa/istallion.c
@@ -121,7 +121,7 @@
/*
* Define the important minor number break down bits. These have been
- * chosen to be "compatable" with the standard sio driver minor numbers.
+ * chosen to be "compatible" with the standard sio driver minor numbers.
* Extra high bits are used to distinguish between boards and also for
* really high port numbers (> 32).
*/
@@ -1202,7 +1202,7 @@ STATIC int stliioctl(dev_t dev, unsigned long cmd, caddr_t data, int flag,
}
/*
- * Deal with 4.3 compatability issues if we have too...
+ * Deal with 4.3 compatibility issues if we have too...
*/
#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
if (1) {
diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c
index 2d35463..73c2ce1 100644
--- a/sys/i386/isa/stallion.c
+++ b/sys/i386/isa/stallion.c
@@ -117,7 +117,7 @@ static unsigned int stl_irqshared = 0;
/*
* Define the important minor number break down bits. These have been
- * chosen to be "compatable" with the standard sio driver minor numbers.
+ * chosen to be "compatible" with the standard sio driver minor numbers.
* Extra high bits are used to distinguish between boards.
*/
#define STL_CALLOUTDEV 0x80
@@ -990,7 +990,7 @@ STATIC int stlioctl(dev_t dev, unsigned long cmd, caddr_t data, int flag,
}
/*
- * Deal with 4.3 compatability issues if we have too...
+ * Deal with 4.3 compatibility issues if we have too...
*/
#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
if (1) {
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index a5b505f..7238499 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -372,7 +372,7 @@ setpgid(curp, uap)
/*
* Use the clause in B.4.2.2 that allows setuid/setgid to be 4.2/4.3BSD
- * compatable. It says that setting the uid/gid to euid/egid is a special
+ * compatible. It says that setting the uid/gid to euid/egid is a special
* case of "appropriate privilege". Once the rules are expanded out, this
* basically means that setuid(nnn) sets all three id's, in all permitted
* cases unless _POSIX_SAVED_IDS is enabled. In that case, setuid(getuid())
@@ -402,7 +402,7 @@ setuid(p, uap)
*
* Note that setuid(geteuid()) is a special case of
* "appropriate privileges" in appendix B.4.2.2. We need
- * to use this clause to be compatable with traditional BSD
+ * to use this clause to be compatible with traditional BSD
* semantics. Basically, it means that "setuid(xx)" sets all
* three id's (assuming you have privs).
*
@@ -519,7 +519,7 @@ setgid(p, uap)
*
* Note that setgid(getegid()) is a special case of
* "appropriate privileges" in appendix B.4.2.2. We need
- * to use this clause to be compatable with traditional BSD
+ * to use this clause to be compatible with traditional BSD
* semantics. Basically, it means that "setgid(xx)" sets all
* three id's (assuming you have privs).
*
diff --git a/sys/net/if.h b/sys/net/if.h
index 8afeac0..bcc10ad 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -39,7 +39,7 @@
/*
* <net/if.h> does not depend on <sys/time.h> on most other systems. This
- * helps userland compatability. (struct timeval ifi_lastchange)
+ * helps userland compatibility. (struct timeval ifi_lastchange)
*/
#ifndef _KERNEL
#include <sys/time.h>
@@ -109,7 +109,7 @@ struct if_data {
*/
struct if_msghdr {
u_short ifm_msglen; /* to skip over non-understood messages */
- u_char ifm_version; /* future binary compatability */
+ u_char ifm_version; /* future binary compatibility */
u_char ifm_type; /* message type */
int ifm_addrs; /* like rtm_addrs */
int ifm_flags; /* value of if_flags */
@@ -123,7 +123,7 @@ struct if_msghdr {
*/
struct ifa_msghdr {
u_short ifam_msglen; /* to skip over non-understood messages */
- u_char ifam_version; /* future binary compatability */
+ u_char ifam_version; /* future binary compatibility */
u_char ifam_type; /* message type */
int ifam_addrs; /* like rtm_addrs */
int ifam_flags; /* value of ifa_flags */
@@ -137,7 +137,7 @@ struct ifa_msghdr {
*/
struct ifma_msghdr {
u_short ifmam_msglen; /* to skip over non-understood messages */
- u_char ifmam_version; /* future binary compatability */
+ u_char ifmam_version; /* future binary compatibility */
u_char ifmam_type; /* message type */
int ifmam_addrs; /* like rtm_addrs */
int ifmam_flags; /* value of ifa_flags */
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index be1264d..26f58b5 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -197,7 +197,7 @@ struct nd_prefix {
*/
struct inet6_ndpr_msghdr {
u_short inpm_msglen; /* to skip over non-understood messages */
- u_char inpm_version; /* future binary compatability */
+ u_char inpm_version; /* future binary compatibility */
u_char inpm_type; /* message type */
struct in6_addr inpm_prefix;
u_long prm_vltim;
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index 9358c12..bacef36 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -32,7 +32,7 @@
#define _SYS_POLL_H_
/*
- * This file is intended to be compatable with the traditional poll.h.
+ * This file is intended to be compatible with the traditional poll.h.
*/
/*
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 74274f8..16b1249 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -120,7 +120,7 @@ struct timezone {
#endif /* _KERNEL */
-#ifndef _KERNEL /* NetBSD/OpenBSD compatable interfaces */
+#ifndef _KERNEL /* NetBSD/OpenBSD compatible interfaces */
#define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0
#define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)
OpenPOWER on IntegriCloud