svn commit: r230137 - head/sys/dev/sound/pci
Joel Dahl
joel at FreeBSD.org
Sun Jan 15 13:36:48 UTC 2012
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. */
}
More information about the svn-src-head
mailing list