svn commit: r244790 - head/sys/dev/ath

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 28 21:59:48 UTC 2012


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 at 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)


More information about the svn-src-all mailing list