diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-03-01 15:48:31 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-03-01 15:48:31 +0000 |
commit | 0bc64999312aebf9154a527d512d4c04a379fdd6 (patch) | |
tree | aa3f7187dcea9e405e7d693af70f4c5841de13b2 /sys/dev | |
parent | cf931ec7e19af6e1f43e78b5497e62f79bcff29d (diff) | |
download | FreeBSD-src-0bc64999312aebf9154a527d512d4c04a379fdd6.zip FreeBSD-src-0bc64999312aebf9154a527d512d4c04a379fdd6.tar.gz |
Fix typo.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/tws/tws_hdm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws_hdm.c b/sys/dev/tws/tws_hdm.c index 3f6bea0..f5bb3f1 100644 --- a/sys/dev/tws/tws_hdm.c +++ b/sys/dev/tws/tws_hdm.c @@ -99,7 +99,7 @@ tws_init_ctlr(struct tws_softc *sc) regh = tws_read_reg(sc, TWS_I2O0_IOPOBQPH, 4); regl = tws_read_reg(sc, TWS_I2O0_IOPOBQPL, 4); reg = (((u_int64_t)regh) << 32) | regl; - TWS_TRACE_DEBUG(sc, "host outbound clenup",reg, regl); + TWS_TRACE_DEBUG(sc, "host outbound cleanup",reg, regl); if ( regh == TWS_FIFO_EMPTY32 ) break; } |