summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs/mvs.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-04-19 10:57:40 +0000
committermav <mav@FreeBSD.org>2011-04-19 10:57:40 +0000
commitccce60bdebf47a73c06de1dee77e181afbcaf538 (patch)
treed419c5f6b9f92c4f5744fe579ce7b6e76f64cf7d /sys/dev/mvs/mvs.h
parent0b4c44825012153bafde75c6c26c6b0a1e1d2176 (diff)
downloadFreeBSD-src-ccce60bdebf47a73c06de1dee77e181afbcaf538.zip
FreeBSD-src-ccce60bdebf47a73c06de1dee77e181afbcaf538.tar.gz
Fix some English grammar.
Diffstat (limited to 'sys/dev/mvs/mvs.h')
-rw-r--r--sys/dev/mvs/mvs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mvs/mvs.h b/sys/dev/mvs/mvs.h
index d634003..3fe106a 100644
--- a/sys/dev/mvs/mvs.h
+++ b/sys/dev/mvs/mvs.h
@@ -538,7 +538,7 @@ struct mvs_channel {
struct mvs_slot slot[MVS_MAX_SLOTS];
union ccb *hold[MVS_MAX_SLOTS];
- int holdtag[MVS_MAX_SLOTS]; /* Tags used for holden commands. */
+ int holdtag[MVS_MAX_SLOTS]; /* Tags used for held commands. */
struct mtx mtx; /* state lock */
int devices; /* What is present */
int pm_present; /* PM presence reported */
@@ -556,7 +556,7 @@ struct mvs_channel {
int numdslots; /* Number of DMA slots */
int numtslots; /* Number of NCQ slots */
int numtslotspd[16];/* Number of NCQ slots per dev */
- int numhslots; /* Number of holden slots */
+ int numhslots; /* Number of held slots */
int recoverycmd; /* Our READ LOG active */
int fatalerr; /* Fatal error happend */
int lastslot; /* Last used slot */
OpenPOWER on IntegriCloud