From owner-svn-src-all@FreeBSD.ORG Thu Mar 19 18:34:58 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 DFBDA106566C; Thu, 19 Mar 2009 18:34:58 +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 CD9788FC17; Thu, 19 Mar 2009 18:34:58 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2JIYw43072120; Thu, 19 Mar 2009 18:34:58 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2JIYw7M072119; Thu, 19 Mar 2009 18:34:58 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <200903191834.n2JIYw7M072119@svn.freebsd.org> From: Rui Paulo Date: Thu, 19 Mar 2009 18:34:58 +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: r190093 - 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: Thu, 19 Mar 2009 18:34:59 -0000 Author: rpaulo Date: Thu Mar 19 18:34:58 2009 New Revision: 190093 URL: http://svn.freebsd.org/changeset/base/190093 Log: Fix typo in comment. Modified: head/sys/net80211/ieee80211_node.h Modified: head/sys/net80211/ieee80211_node.h ============================================================================== --- head/sys/net80211/ieee80211_node.h Thu Mar 19 18:04:37 2009 (r190092) +++ head/sys/net80211/ieee80211_node.h Thu Mar 19 18:34:58 2009 (r190093) @@ -69,7 +69,7 @@ struct ieee80211vap; /* * Information element ``blob''. We use this structure * to capture management frame payloads that need to be - * retained. Information elemnts within the payload that + * retained. Information elements within the payload that * we need to consult have references recorded. */ struct ieee80211_ies {