diff options
Diffstat (limited to 'sys/dev/tws/tws_cam.c')
-rw-r--r-- | sys/dev/tws/tws_cam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws_cam.c b/sys/dev/tws/tws_cam.c index 0002715..9866a29 100644 --- a/sys/dev/tws/tws_cam.c +++ b/sys/dev/tws/tws_cam.c @@ -1099,7 +1099,7 @@ tws_intr_attn_aen(struct tws_softc *sc) { u_int32_t db=0; - /* maskoff db intrs untill all the aens are fetched */ + /* maskoff db intrs until all the aens are fetched */ /* tws_disable_db_intr(sc); */ tws_fetch_aen((void *)sc); tws_write_reg(sc, TWS_I2O0_HOBDBC, TWS_BIT18, 4); |