From: Sascha Wildner Date: Sat, 16 Feb 2013 11:23:19 +0000 (+0100) Subject: tws(4): Fix a typo in a debug message. X-Git-Tag: v3.4.0rc~308 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/fef5fc15ebb9805bb76342d480a01366986e8e88 tws(4): Fix a typo in a debug message. --- diff --git a/sys/dev/raid/tws/tws_hdm.c b/sys/dev/raid/tws/tws_hdm.c index 154f956cb5..3c1e5d14dc 100644 --- a/sys/dev/raid/tws/tws_hdm.c +++ b/sys/dev/raid/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; }