diff options
author | kevlo <kevlo@FreeBSD.org> | 2011-12-15 06:29:13 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2011-12-15 06:29:13 +0000 |
commit | 75f08a7b10d04443a8d9f2ce2deed423f21ee004 (patch) | |
tree | a8b6514b91720569d521d4262bd6c61856e8bccb /sys/dev | |
parent | dfa5fc70dbb385b497ec595331a54ec893f198c2 (diff) | |
download | FreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.zip FreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.tar.gz |
s/timout/timeout
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/bxe/bxe_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/esp/ncr53c9x.c | 2 | ||||
-rw-r--r-- | sys/dev/twa/tw_osl.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/bxe/bxe_reg.h b/sys/dev/bxe/bxe_reg.h index e561ce6..df2e707 100644 --- a/sys/dev/bxe/bxe_reg.h +++ b/sys/dev/bxe/bxe_reg.h @@ -1594,7 +1594,7 @@ /* * [RW 1] Setting this bit enables a timer in the GRC block to timeout an * access that does not finish within - * ~misc_registers_grc_timout_val.grc_timeout_val cycles. When this bit is + * ~misc_registers_grc_timeout_val.grc_timeout_val cycles. When this bit is * cleared; this timeout is disabled. If this timeout occurs; the GRC shall * assert it attention output. */ diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index b9d4990..93ad337 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -316,7 +316,7 @@ ncr53c9x_attach(struct ncr53c9x_softc *sc) * The recommended timeout is 250ms. This register is loaded * with a value calculated as follows, from the docs: * - * (timout period) x (CLK frequency) + * (timeout period) x (CLK frequency) * reg = ------------------------------------- * 8192 x (Clock Conversion Factor) * 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 |