From owner-svn-src-all@FreeBSD.ORG Tue Dec 8 00:54:08 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7C13106566B; Tue, 8 Dec 2009 00:54:08 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D75BD8FC1C; Tue, 8 Dec 2009 00:54:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nB80s8pN070932; Tue, 8 Dec 2009 00:54:08 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nB80s874070930; Tue, 8 Dec 2009 00:54:08 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <200912080054.nB80s874070930@svn.freebsd.org> From: Rui Paulo Date: Tue, 8 Dec 2009 00:54:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200242 - head/sys/net80211 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 08 Dec 2009 00:54:09 -0000 Author: rpaulo Date: Tue Dec 8 00:54:08 2009 New Revision: 200242 URL: http://svn.freebsd.org/changeset/base/200242 Log: Fix typo in comment Submitted by: Paul B Mahol Modified: head/sys/net80211/ieee80211_hostap.c Modified: head/sys/net80211/ieee80211_hostap.c ============================================================================== --- head/sys/net80211/ieee80211_hostap.c Tue Dec 8 00:52:59 2009 (r200241) +++ head/sys/net80211/ieee80211_hostap.c Tue Dec 8 00:54:08 2009 (r200242) @@ -1252,7 +1252,7 @@ ieee80211_parse_wpa(struct ieee80211vap return IEEE80211_REASON_IE_INVALID; } frm += 6, len -= 4; /* NB: len is payload only */ - /* NB: iswapoui already validated the OUI and type */ + /* NB: iswpaoui already validated the OUI and type */ w = LE_READ_2(frm); if (w != WPA_VERSION) { IEEE80211_DISCARD_IE(vap,