diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2013-03-01 15:48:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2013-03-01 15:48:31 +0000 |
commit | 130f254b211749d2540ee7d20fbaab9f313add6b (patch) | |
tree | aa3f7187dcea9e405e7d693af70f4c5841de13b2 /sys | |
parent | 5ee74037312107c15df0caf9ac8e636c0e348df3 (diff) | |
download | src-130f254b211749d2540ee7d20fbaab9f313add6b.tar.gz src-130f254b211749d2540ee7d20fbaab9f313add6b.zip |
Fix typo.
Notes
Notes:
svn path=/head/; revision=247551
Diffstat (limited to 'sys')
-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 3f6bea0cba9e..f5bb3f16a636 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; } |