summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-18 10:25:42 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-18 10:25:42 +0000
commit0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (patch)
tree53271e1c6407978a91a3b771a4cf6feaa971bf9a /sys
parent26cc3fc3c9e27e5b9582e3633db0ebba58c1738f (diff)
downloadFreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.zip
FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.tar.gz
Preceed/preceeding are not english words. Use precede or preceding.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/alpha/libalpha/bootinfo.c2
-rw-r--r--sys/boot/arc/lib/bootinfo.c2
-rw-r--r--sys/boot/i386/libi386/bootinfo.c2
-rw-r--r--sys/boot/i386/libi386/bootinfo32.c2
-rw-r--r--sys/boot/i386/libi386/bootinfo64.c2
-rw-r--r--sys/dev/aic7xxx/aic7xxx.h2
-rw-r--r--sys/dev/aic7xxx/aic7xxx.seq4
-rw-r--r--sys/dev/aic7xxx/aic7xxx_93cx6.c2
-rw-r--r--sys/gnu/ext2fs/ext2_alloc.c2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_alloc.c2
-rw-r--r--sys/i386/i386/userconfig.c4
-rw-r--r--sys/i4b/layer3/i4b_l3fsm.c2
12 files changed, 14 insertions, 14 deletions
diff --git a/sys/boot/alpha/libalpha/bootinfo.c b/sys/boot/alpha/libalpha/bootinfo.c
index e357156..60fd45d 100644
--- a/sys/boot/alpha/libalpha/bootinfo.c
+++ b/sys/boot/alpha/libalpha/bootinfo.c
@@ -72,7 +72,7 @@ bi_copyenv(vm_offset_t addr)
* used as a directory for loaded modules.
*
* Module data is presented in a self-describing format. Each datum
- * is preceeded by a 32-bit identifier and a 32-bit size field.
+ * is preceded by a 32-bit identifier and a 32-bit size field.
*
* Currently, the following data are saved:
*
diff --git a/sys/boot/arc/lib/bootinfo.c b/sys/boot/arc/lib/bootinfo.c
index f95e7e4..a0b858c 100644
--- a/sys/boot/arc/lib/bootinfo.c
+++ b/sys/boot/arc/lib/bootinfo.c
@@ -70,7 +70,7 @@ bi_copyenv(vm_offset_t addr)
* used as a directory for loaded modules.
*
* Module data is presented in a self-describing format. Each datum
- * is preceeded by a 32-bit identifier and a 32-bit size field.
+ * is preceded by a 32-bit identifier and a 32-bit size field.
*
* Currently, the following data are saved:
*
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c
index 05d28d1..e07ff88 100644
--- a/sys/boot/i386/libi386/bootinfo.c
+++ b/sys/boot/i386/libi386/bootinfo.c
@@ -157,7 +157,7 @@ bi_copyenv(vm_offset_t addr)
* used as a directory for loaded modules.
*
* Module data is presented in a self-describing format. Each datum
- * is preceeded by a 32-bit identifier and a 32-bit size field.
+ * is preceded by a 32-bit identifier and a 32-bit size field.
*
* Currently, the following data are saved:
*
diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c
index 05d28d1..e07ff88 100644
--- a/sys/boot/i386/libi386/bootinfo32.c
+++ b/sys/boot/i386/libi386/bootinfo32.c
@@ -157,7 +157,7 @@ bi_copyenv(vm_offset_t addr)
* used as a directory for loaded modules.
*
* Module data is presented in a self-describing format. Each datum
- * is preceeded by a 32-bit identifier and a 32-bit size field.
+ * is preceded by a 32-bit identifier and a 32-bit size field.
*
* Currently, the following data are saved:
*
diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c
index 05d28d1..e07ff88 100644
--- a/sys/boot/i386/libi386/bootinfo64.c
+++ b/sys/boot/i386/libi386/bootinfo64.c
@@ -157,7 +157,7 @@ bi_copyenv(vm_offset_t addr)
* used as a directory for loaded modules.
*
* Module data is presented in a self-describing format. Each datum
- * is preceeded by a 32-bit identifier and a 32-bit size field.
+ * is preceded by a 32-bit identifier and a 32-bit size field.
*
* Currently, the following data are saved:
*
diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h
index ecfe1ea..f8e81ec 100644
--- a/sys/dev/aic7xxx/aic7xxx.h
+++ b/sys/dev/aic7xxx/aic7xxx.h
@@ -142,7 +142,7 @@ struct scb_platform_data;
* we must be sure that 4 slots are empty when we write to clear
* the queue. This reduces us to 253 SCBs: 1 that just completed
* and the known three additional empty slots in the queue that
- * preceed it.
+ * precede it.
*/
#define AHC_MAX_QUEUE 253
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq
index bcb6dcc..2a3f449 100644
--- a/sys/dev/aic7xxx/aic7xxx.seq
+++ b/sys/dev/aic7xxx/aic7xxx.seq
@@ -511,7 +511,7 @@ target_disconnect:
mvi MSG_DISCONNECT call target_outb;
target_busfree_wait:
- /* Wait for preceeding I/O session to complete. */
+ /* Wait for preceding I/O session to complete. */
test SCSISIGI, ACKI jnz .;
target_busfree:
and SIMODE1, ~ENBUSFREE;
@@ -1772,7 +1772,7 @@ if ((ahc->flags & AHC_TARGETROLE) != 0) {
* from out to in, wait an additional data release delay before continuing.
*/
change_phase:
- /* Wait for preceeding I/O session to complete. */
+ /* Wait for preceding I/O session to complete. */
test SCSISIGI, ACKI jnz .;
/* Change the phase */
diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.c b/sys/dev/aic7xxx/aic7xxx_93cx6.c
index f0f6a53..42078a5 100644
--- a/sys/dev/aic7xxx/aic7xxx_93cx6.c
+++ b/sys/dev/aic7xxx/aic7xxx_93cx6.c
@@ -41,7 +41,7 @@
* -------------------------------------------------------------------
* READ 1 10 A5 - A0 Reads data stored in memory,
* starting at specified address
- * EWEN 1 00 11XXXX Write enable must preceed
+ * EWEN 1 00 11XXXX Write enable must precede
* all programming modes
* ERASE 1 11 A5 - A0 Erase register A5A4A3A2A1A0
* WRITE 1 01 A5 - A0 D15 - D0 Writes register
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c
index 36fda15..5b04196 100644
--- a/sys/gnu/ext2fs/ext2_alloc.c
+++ b/sys/gnu/ext2fs/ext2_alloc.c
@@ -198,7 +198,7 @@ nospace:
* 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.
diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c
index 36fda15..5b04196 100644
--- a/sys/gnu/fs/ext2fs/ext2_alloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_alloc.c
@@ -198,7 +198,7 @@ nospace:
* 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.
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 043ed99..034334e 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -2105,7 +2105,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;
@@ -2893,7 +2893,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/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c
index e8e6ad7..bd60d5a 100644
--- a/sys/i4b/layer3/i4b_l3fsm.c
+++ b/sys/i4b/layer3/i4b_l3fsm.c
@@ -366,7 +366,7 @@ static void F_01L(call_desc_t *cd)
* we react here as if we received a CALL PROCEEDING because
* several PBX's react with a SETUP ACK even if the called
* number is complete AND we sent a SENDING COMPLETE in the
- * preceeding SETUP message. (-hm)
+ * preceding SETUP message. (-hm)
*/
T310_start(cd);
OpenPOWER on IntegriCloud