diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2010-08-11 07:27:37 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2010-08-11 07:27:37 +0000 |
commit | c7ffcc7b22187477e298f7dd2886313c3ec31dcb (patch) | |
tree | 20a58a5847855d2cf95713e5fa8903b6a172f849 /sys/dev/ic/athn.c | |
parent | 08950a9628800a6c04d1b045ef8a18d5fd0864ba (diff) |
Typo in comment: auhtorized->authorized
Diffstat (limited to 'sys/dev/ic/athn.c')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index 005fbee67e9..951be394fd0 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.58 2010/08/02 19:28:31 kettenis Exp $ */ +/* $OpenBSD: athn.c,v 1.59 2010/08/11 07:27:36 ray Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -322,7 +322,7 @@ athn_attach(struct athn_softc *sc) ieee80211_std_rateset_11a; } - /* Get the list of auhtorized/supported channels. */ + /* Get the list of authorized/supported channels. */ athn_get_chanlist(sc); /* IBSS channel undefined for now. */ |