Date: Fri, 28 Dec 2012 21:59:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244790 - head/sys/dev/ath Message-ID: <201212282159.qBSLxmMi011633@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 28 21:59:47 2012 New Revision: 244790 URL: http://svnweb.freebsd.org/changeset/base/244790 Log: Fix typo in comment. Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Fri Dec 28 21:49:40 2012 (r244789) +++ head/sys/dev/ath/if_ath.c Fri Dec 28 21:59:47 2012 (r244790) @@ -5620,7 +5620,7 @@ ath_node_set_tim(struct ieee80211_node * struct ath_vap *avp = ATH_VAP(ni->ni_vap); /* - * Some operating omdes don't set av_set_tim(), so don't + * Some operating modes don't set av_set_tim(), so don't * update it here. */ if (avp->av_set_tim == NULL)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212282159.qBSLxmMi011633>