From owner-svn-src-all@FreeBSD.ORG Wed Feb 10 11:12:40 2010 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 5BF76106566B; Wed, 10 Feb 2010 11:12:40 +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 4ADB78FC1B; Wed, 10 Feb 2010 11:12:40 +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 o1ABCeIn071795; Wed, 10 Feb 2010 11:12:40 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1ABCepg071793; Wed, 10 Feb 2010 11:12:40 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201002101112.o1ABCepg071793@svn.freebsd.org> From: Rui Paulo Date: Wed, 10 Feb 2010 11:12:40 +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: r203751 - head/sys/dev/ath 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: Wed, 10 Feb 2010 11:12:40 -0000 Author: rpaulo Date: Wed Feb 10 11:12:39 2010 New Revision: 203751 URL: http://svn.freebsd.org/changeset/base/203751 Log: Fix typo in comment. Pointed out by: danfe Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Wed Feb 10 11:11:37 2010 (r203750) +++ head/sys/dev/ath/if_ath.c Wed Feb 10 11:12:39 2010 (r203751) @@ -621,7 +621,7 @@ ath_attach(u_int16_t devid, struct ath_s } sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR); /* - * Check for multicast key sarch support. + * Check for multicast key search support. */ if (ath_hal_hasmcastkeysearch(sc->sc_ah) && !ath_hal_getmcastkeysearch(sc->sc_ah)) {