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/aic7xxx.h | |
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/aic7xxx.h')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.h | 2 |
1 files changed, 1 insertions, 1 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 |