aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/esp
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-06-18 13:34:37 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-06-18 13:34:37 +0000
commit25d9fb4105cb36d9e244718d8f798b15c7e574f1 (patch)
tree7aaaa04d9d275b117c9b15b44ffc88f32533810b /sys/dev/esp
parent66f68973c6f96cc9e63615e787b96179d1fb9c07 (diff)
Notes
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 5e0c1229299a..20dfbe7d95fc 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)
*