From owner-svn-src-head@FreeBSD.ORG Sun Jan 15 13:36:48 2012 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 7945B106564A; Sun, 15 Jan 2012 13:36:48 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6825F8FC0C; Sun, 15 Jan 2012 13:36:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q0FDamgZ085570; Sun, 15 Jan 2012 13:36:48 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0FDamIt085568; Sun, 15 Jan 2012 13:36:48 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201201151336.q0FDamIt085568@svn.freebsd.org> From: Joel Dahl Date: Sun, 15 Jan 2012 13:36:48 +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: r230137 - head/sys/dev/sound/pci 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: Sun, 15 Jan 2012 13:36:48 -0000 Author: joel (doc committer) Date: Sun Jan 15 13:36:47 2012 New Revision: 230137 URL: http://svn.freebsd.org/changeset/base/230137 Log: Fix a few comment typos. Modified: head/sys/dev/sound/pci/emu10kx.c Modified: head/sys/dev/sound/pci/emu10kx.c ============================================================================== --- head/sys/dev/sound/pci/emu10kx.c Sun Jan 15 13:35:55 2012 (r230136) +++ head/sys/dev/sound/pci/emu10kx.c Sun Jan 15 13:36:47 2012 (r230137) @@ -158,7 +158,7 @@ #define OUT_ADC_REC OUT_ADC_REC_L #define OUT_MIC_CAP 0x0c -/* Live! 5.1 Digital, non-standart 5.1 (center & sub) outputs */ +/* Live! 5.1 Digital, non-standard 5.1 (center & sub) outputs */ #define OUT_A_CENTER 0x11 #define OUT_A_SUB 0x12 @@ -806,7 +806,7 @@ emu_enable_ir(struct emu_sc_info *sc) /* - * emu_timer_ - HW timer managment + * emu_timer_ - HW timer management */ int emu_timer_create(struct emu_sc_info *sc) @@ -913,7 +913,7 @@ emu_timer_clear(struct emu_sc_info *sc, } /* - * emu_intr_ - HW interrupt handler managment + * emu_intr_ - HW interrupt handler management */ int emu_intr_register(struct emu_sc_info *sc, uint32_t inte_mask, uint32_t intr_mask, uint32_t(*func) (void *softc, uint32_t irq), void *isc) @@ -1012,7 +1012,7 @@ emu_intr(void *p) if (sc->dbg_level > 1) device_printf(sc->dev, "EMU_IPR2: %08x\n", stat); - break; /* to avoid infinite loop. shoud be removed + break; /* to avoid infinite loop. should be removed * after completion of P16V interface. */ }