diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-04 22:51:20 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-04 22:51:20 +0000 |
commit | 81a64c085a240d66015cc956ad5ee4f7f141dbac (patch) | |
tree | a997ffeb7c74db6a50a8bc6383b3a21cebe19cff | |
parent | ebc6fb08987ba6d852237bad1853e90fc7228a89 (diff) |
Fix comment typo, spotted by jasper@.
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 16dc6c5754a..a70943a3723 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.14 2006/08/04 22:24:46 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.15 2006/08/04 22:51:19 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -250,7 +250,7 @@ acx_attach(struct acx_softc *sc) bcopy(sc->sc_dev.dv_xname, ifp->if_xname, IFNAMSIZ); ifp->if_softc = sc; - /* Initilize channel scanning timer */ + /* Initialize channel scanning timer */ timeout_set(&sc->sc_chanscan_timer, acx_next_scan, sc); /* Allocate busdma stuffs */ |