From owner-svn-src-all@FreeBSD.ORG Fri Dec 28 21:59:48 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79CE7607; Fri, 28 Dec 2012 21:59:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1318FC08; Fri, 28 Dec 2012 21:59:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSLxmiB011634; Fri, 28 Dec 2012 21:59:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBSLxmMi011633; Fri, 28 Dec 2012 21:59:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212282159.qBSLxmMi011633@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Dec 2012 21:59:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244790 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 21:59:48 -0000 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 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)