diff options
Diffstat (limited to 'sys/dev/tws/tws_hdm.c')
-rw-r--r-- | sys/dev/tws/tws_hdm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tws/tws_hdm.c b/sys/dev/tws/tws_hdm.c index 2e568c8..83d5a50 100644 --- a/sys/dev/tws/tws_hdm.c +++ b/sys/dev/tws/tws_hdm.c @@ -312,7 +312,7 @@ tws_submit_command(struct tws_softc *sc, struct tws_request *req) TWS_TRACE_DEBUG(sc, "inbound fifo empty", mfa, 0); /* - * Generaly we should not get here. + * Generally we should not get here. * If the fifo was empty we can't do any thing much * retry later */ @@ -428,7 +428,7 @@ tws_turn_on_interrupts(struct tws_softc *sc) { TWS_TRACE_DEBUG(sc, "entry", 0, 0); - /* turn on responce and db interrupt only */ + /* turn on response and db interrupt only */ tws_write_reg(sc, TWS_I2O0_HIMASK, TWS_BIT0, 4); } |