summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ti/if_ti.c2
-rw-r--r--sys/kern/subr_module.c2
-rw-r--r--sys/netatm/uni/unisig_decode.c2
-rw-r--r--sys/netatm/uni/unisig_encode.c2
-rw-r--r--sys/netgraph/ng_base.c2
-rw-r--r--sys/nfs/nfs_serv.c4
-rw-r--r--sys/nfsserver/nfs_serv.c4
-rw-r--r--sys/pc98/i386/userconfig.c4
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_ti.c2
-rw-r--r--sys/ufs/ffs/ffs_alloc.c2
11 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index b13f1ba79dba..818d6a26a706 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -1559,7 +1559,7 @@ static int ti_attach(dev)
* Get station address from the EEPROM. Note: the manual states
* that the MAC address is at offset 0x8c, however the data is
* stored as two longwords (since that's how it's loaded into
- * the NIC). This means the MAC address is actually preceeded
+ * the NIC). This means the MAC address is actually preceded
* by two zero bytes. We need to skip over those.
*/
if (ti_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c
index 70e0e5f48d23..ce74eca99d20 100644
--- a/sys/kern/subr_module.c
+++ b/sys/kern/subr_module.c
@@ -177,7 +177,7 @@ preload_search_info(caddr_t mod, int inf)
/*
* Attribute match? Return pointer to data.
- * Consumer may safely assume that size value preceeds
+ * Consumer may safely assume that size value precedes
* data.
*/
if (hdr[0] == inf)
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index 1d0bb5b8d580..040ff717af9e 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.c
@@ -2265,7 +2265,7 @@ usf_dec_ie_uimp(usf, ie)
* Decode an information element using field identifiers
*
* The AAL parameters and ATM user cell rate IEs are formatted
- * with a one-byte identifier preceeding each field. The routine
+ * with a one-byte identifier preceding each field. The routine
* parses these IEs by using a table which relates the field
* identifiers with the fields in the appropriate IE structure.
* Field order in the received message is immaterial.
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c
index 227130a75ac8..2b369c4bbe2e 100644
--- a/sys/netatm/uni/unisig_encode.c
+++ b/sys/netatm/uni/unisig_encode.c
@@ -1501,7 +1501,7 @@ usf_enc_ie_uimp(usf, ie)
* Encode an information element using field identifiers
*
* The AAL parameters and ATM user cell rate IEs are formatted
- * with a one-byte identifier preceeding each field. The routine
+ * with a one-byte identifier preceding each field. The routine
* encodes these IEs by using a table which relates the field
* identifiers with the fields in the appropriate IE structure.
*
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index e1390415dd6b..177aeadc7ae8 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -370,7 +370,7 @@ DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ());
DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type));
/* Get length of an array when the length is stored as a 32 bit
- value immediately preceeding the array -- as with struct namelist
+ value immediately preceding the array -- as with struct namelist
and struct typelist. */
static int
ng_generic_list_getLength(const struct ng_parse_type *type,
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index 1fdb78b0d1ef..e015d1795fcd 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -3264,7 +3264,7 @@ again:
/*
* For some reason FreeBSD's ufs_readdir() chooses to back the
* directory offset up to a block boundary, so it is necessary to
- * skip over the records that preceed the requested offset. This
+ * skip over the records that precede the requested offset. This
* requires the assumption that file offset cookies monotonically
* increase.
*/
@@ -3538,7 +3538,7 @@ again:
/*
* For some reason FreeBSD's ufs_readdir() chooses to back the
* directory offset up to a block boundary, so it is necessary to
- * skip over the records that preceed the requested offset. This
+ * skip over the records that precede the requested offset. This
* requires the assumption that file offset cookies monotonically
* increase.
*/
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c
index 1fdb78b0d1ef..e015d1795fcd 100644
--- a/sys/nfsserver/nfs_serv.c
+++ b/sys/nfsserver/nfs_serv.c
@@ -3264,7 +3264,7 @@ again:
/*
* For some reason FreeBSD's ufs_readdir() chooses to back the
* directory offset up to a block boundary, so it is necessary to
- * skip over the records that preceed the requested offset. This
+ * skip over the records that precede the requested offset. This
* requires the assumption that file offset cookies monotonically
* increase.
*/
@@ -3538,7 +3538,7 @@ again:
/*
* For some reason FreeBSD's ufs_readdir() chooses to back the
* directory offset up to a block boundary, so it is necessary to
- * skip over the records that preceed the requested offset. This
+ * skip over the records that precede the requested offset. This
* requires the assumption that file offset cookies monotonically
* increase.
*/
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 031df5352279..1a8821f37773 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -2131,7 +2131,7 @@ dolist(int row, int num, int detail, int *ofs, DEV_LIST **list, char *dhelp)
extended=1;
break;
- case '[': /* cheat : always preceeds cursor move */
+ case '[': /* cheat : always precedes cursor move */
case 'O': /* ANSI application key mode */
if (extended==1)
extended=2;
@@ -2923,7 +2923,7 @@ introfunc(CmdParm *parms)
extended = 1;
break;
- case '[': /* cheat : always preceeds cursor move */
+ case '[': /* cheat : always precedes cursor move */
case 'O': /* ANSI application key mode */
if (extended == 1)
extended = 2;
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 850d9959aacd..100cf5a33986 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -1054,7 +1054,7 @@ static int rl_list_tx_init(sc)
* attempt to document it here. The driver provides a buffer area and
* places its base address in the RX buffer start address register.
* The chip then begins copying frames into the RX buffer. Each frame
- * is preceeded by a 32-bit RX status word which specifies the length
+ * is preceded by a 32-bit RX status word which specifies the length
* of the frame and certain other status bits. Each frame (starting with
* the status word) is also 32-bit aligned. The frame length is in the
* first 16 bits of the status word; the lower 15 bits correspond with
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index b13f1ba79dba..818d6a26a706 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -1559,7 +1559,7 @@ static int ti_attach(dev)
* Get station address from the EEPROM. Note: the manual states
* that the MAC address is at offset 0x8c, however the data is
* stored as two longwords (since that's how it's loaded into
- * the NIC). This means the MAC address is actually preceeded
+ * the NIC). This means the MAC address is actually preceded
* by two zero bytes. We need to skip over those.
*/
if (ti_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index c7c318433096..6fe3b2f8c870 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -336,7 +336,7 @@ SYSCTL_NODE(_vfs, OID_AUTO, ffs, CTLFLAG_RW, 0, "FFS filesystem");
* logical blocks to be made contiguous is given. The allocator attempts
* to find a range of sequential blocks starting as close as possible to
* an fs_rotdelay offset from the end of the allocation for the logical
- * block immediately preceeding the current range. If successful, the
+ * block immediately preceding the current range. If successful, the
* physical block numbers in the buffer pointers and in the inode are
* changed to reflect the new allocation. If unsuccessful, the allocation
* is left unchanged. The success in doing the reallocation is returned.