From: mbalmer Date: Sun, 27 Jul 2008 11:28:17 +0000 (+0000) Subject: fix a typo in a comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=667a438db46eac9bf33ede902fb7212c8ea6c5c1;p=openbsd fix a typo in a comment. ok mglocker --- 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 @@ -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);