summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commit3065478332a49197980fb33f9c27a87e0bb7248d (patch)
tree351d3248daf53d0b7b71746b8ece4b26a49ff090 /sys
parent0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff)
downloadFreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip
FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz
Preceed/preceeding are not english words. Use precede and preceding.
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 b13f1ba..818d6a2 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 70e0e5f..ce74eca 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 1d0bb5b..040ff71 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 227130a..2b369c4 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 e139041..177aead 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 1fdb78b..e015d17 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 1fdb78b..e015d17 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 031df53..1a8821f 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 850d995..100cf5a 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 b13f1ba..818d6a2 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 c7c3184..6fe3b2f 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.
OpenPOWER on IntegriCloud