summaryrefslogtreecommitdiffstats
path: root/sys/dev/tws/tws_hdm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tws/tws_hdm.c')
-rw-r--r--sys/dev/tws/tws_hdm.c2
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;
}
OpenPOWER on IntegriCloud