From owner-svn-src-head@FreeBSD.ORG Mon Feb 8 20:04:02 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E914A106568D; Mon, 8 Feb 2010 20:04:02 +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 D8F748FC20; Mon, 8 Feb 2010 20:04:02 +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 o18K42Au043367; Mon, 8 Feb 2010 20:04:02 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o18K425Q043365; Mon, 8 Feb 2010 20:04:02 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201002082004.o18K425Q043365@svn.freebsd.org> From: Rui Paulo Date: Mon, 8 Feb 2010 20:04:02 +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: r203680 - head/sys/dev/ath/ath_hal/ar5416 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 20:04:03 -0000 Author: rpaulo Date: Mon Feb 8 20:04:02 2010 New Revision: 203680 URL: http://svn.freebsd.org/changeset/base/203680 Log: Fix typo in comment. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Mon Feb 8 19:48:33 2010 (r203679) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Mon Feb 8 20:04:02 2010 (r203680) @@ -30,7 +30,7 @@ #include "ar5416/ar5416phy.h" /* - * Return the wireless modes (a,b,g,t) supported by hardware. + * Return the wireless modes (a,b,g,n) supported by hardware. * * This value is what is actually supported by the hardware * and is unaffected by regulatory/country code settings.