summaryrefslogtreecommitdiffstats
path: root/sys/dev/esp
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/esp
parentdfa5fc70dbb385b497ec595331a54ec893f198c2 (diff)
downloadFreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.zip
FreeBSD-src-75f08a7b10d04443a8d9f2ce2deed423f21ee004.tar.gz
s/timout/timeout
Diffstat (limited to 'sys/dev/esp')
-rw-r--r--sys/dev/esp/ncr53c9x.c2
1 files changed, 1 insertions, 1 deletions
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)
*
OpenPOWER on IntegriCloud