From owner-svn-src-all@FreeBSD.ORG Sat Oct 25 08:31:21 2008 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 3C76E1065674; Sat, 25 Oct 2008 08:31:21 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2ACD28FC23; Sat, 25 Oct 2008 08:31:21 +0000 (UTC) (envelope-from mav@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 m9P8VLra025749; Sat, 25 Oct 2008 08:31:21 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9P8VLD5025748; Sat, 25 Oct 2008 08:31:21 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <200810250831.m9P8VLD5025748@svn.freebsd.org> From: Alexander Motin Date: Sat, 25 Oct 2008 08:31:21 +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: r184254 - head/sys/dev/sound/pci/hda 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: Sat, 25 Oct 2008 08:31:21 -0000 Author: mav Date: Sat Oct 25 08:31:20 2008 New Revision: 184254 URL: http://svn.freebsd.org/changeset/base/184254 Log: Fix spelling in comment. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ============================================================================== --- head/sys/dev/sound/pci/hda/hdac.c Sat Oct 25 06:39:17 2008 (r184253) +++ head/sys/dev/sound/pci/hda/hdac.c Sat Oct 25 08:31:20 2008 (r184254) @@ -4513,7 +4513,7 @@ hdac_vendor_patch_parse(struct hdac_devi case HDA_CODEC_AD1981HD: /* * This codec has very unusual design with several - * points unappropriate for the present parser. + * points inappropriate for the present parser. */ /* Disable recording from mono playback mix. */ w = hdac_widget_get(devinfo, 21);