diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
commit | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (patch) | |
tree | 53271e1c6407978a91a3b771a4cf6feaa971bf9a /sys/dev/aic7xxx | |
parent | 26cc3fc3c9e27e5b9582e3633db0ebba58c1738f (diff) | |
download | FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.zip FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.tar.gz |
Preceed/preceeding are not english words. Use precede or preceding.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.h | 2 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 4 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx_93cx6.c | 2 |
3 files changed, 4 insertions, 4 deletions
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 |