diff options
Diffstat (limited to 'sys/dev/twa/tw_osl.h')
-rw-r--r-- | sys/dev/twa/tw_osl.h | 2 |
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 |