summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/emu10kx.c
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-01-15 13:36:47 +0000
committerjoel <joel@FreeBSD.org>2012-01-15 13:36:47 +0000
commit4fb432e5573b3f1cff0b70518777b9bedb01cf65 (patch)
tree58f47e5f05270b1f68598406d8c81c722ad4e61a /sys/dev/sound/pci/emu10kx.c
parenta34eb79030aecd17aa9e15ae5ae9eade9e5d1186 (diff)
downloadFreeBSD-src-4fb432e5573b3f1cff0b70518777b9bedb01cf65.zip
FreeBSD-src-4fb432e5573b3f1cff0b70518777b9bedb01cf65.tar.gz
Fix a few comment typos.
Diffstat (limited to 'sys/dev/sound/pci/emu10kx.c')
-rw-r--r--sys/dev/sound/pci/emu10kx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c
index df43f05..7939515 100644
--- a/sys/dev/sound/pci/emu10kx.c
+++ b/sys/dev/sound/pci/emu10kx.c
@@ -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, int timer)
}
/*
- * 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. */
}
OpenPOWER on IntegriCloud