summaryrefslogtreecommitdiffstats
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-12-15 06:29:13 +0000
committerkevlo <kevlo@FreeBSD.org>2011-12-15 06:29:13 +0000
commit75f08a7b10d04443a8d9f2ce2deed423f21ee004 (patch)
treea8b6514b91720569d521d4262bd6c61856e8bccb /sys/dev/twa
parentdfa5fc70dbb385b497ec595331a54ec893f198c2 (diff)
downloadFreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.zip
FreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.tar.gz
s/timout/timeout
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/tw_osl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h
index 1cc40fb..8927c76 100644
--- a/sys/dev/twa/tw_osl.h
+++ b/sys/dev/twa/tw_osl.h
@@ -153,7 +153,7 @@ struct twa_softc {
struct mtx sim_lock_handle;/* sim lock shared with cam */
struct mtx *sim_lock;/* ptr to sim lock */
- struct callout watchdog_callout[2]; /* For command timout */
+ struct callout watchdog_callout[2]; /* For command timeout */
TW_UINT32 watchdog_index;
#ifdef TW_OSL_DEBUG
OpenPOWER on IntegriCloud