diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-07-27 11:28:18 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-07-27 11:28:18 +0000 |
commit | 60b21472e4c40073e22927466a336d5a44f29d9d (patch) | |
tree | 0b1d734a8612b5e4c2baf2f65b0c63187f11ee64 /sys/dev/ic/malo.c | |
parent | 4759ee8f88f2179a1b32900b1a6d9d5f94bbf2bb (diff) |
fix a typo in a comment.
ok mglocker
Diffstat (limited to 'sys/dev/ic/malo.c')
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index eacfefd661e..2e502ef3f3c 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.83 2008/07/21 18:43:19 damien Exp $ */ +/* $OpenBSD: malo.c,v 1.84 2008/07/27 11:28:17 mbalmer Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -1360,7 +1360,7 @@ malo_tx_intr(struct malo_softc *sc) /* save last used TX rate */ sc->sc_last_txrate = malo_chip2rate(desc->datarate); - /* cleanup TX data and TX descritpor */ + /* cleanup TX data and TX descriptor */ bus_dmamap_sync(sc->sc_dmat, data->map, 0, data->map->dm_mapsize, BUS_DMASYNC_POSTWRITE); bus_dmamap_unload(sc->sc_dmat, data->map); |