summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/emu10kx.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-01-15 16:09:35 +0000
committerbapt <bapt@FreeBSD.org>2015-01-15 16:09:35 +0000
commite1a08ccb26d493a9fa74743b9a0e86856c317f6a (patch)
tree990b6c5913e9d5c29e74d464c06b870f8c58c05e /sys/dev/sound/pci/emu10kx.c
parenta9eed96a6bda13eed9a6320cbe91959c48407fb8 (diff)
downloadFreeBSD-src-e1a08ccb26d493a9fa74743b9a0e86856c317f6a.zip
FreeBSD-src-e1a08ccb26d493a9fa74743b9a0e86856c317f6a.tar.gz
Sound: fix typos in user visible messages etc.
Submitted by: Sascha Wildner <saw@online.de> Obtained from: DragonFly MFC after: 3 days
Diffstat (limited to 'sys/dev/sound/pci/emu10kx.c')
-rw-r--r--sys/dev/sound/pci/emu10kx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c
index 051a874..b2eaf2c 100644
--- a/sys/dev/sound/pci/emu10kx.c
+++ b/sys/dev/sound/pci/emu10kx.c
@@ -2316,7 +2316,7 @@ emu10kx_prepare(struct emu_sc_info *sc, struct sbuf *s)
}
if (sc->midi[0] != NULL)
if (device_is_attached(sc->midi[0])) {
- sbuf_printf(s, "\tIR reciever MIDI events %s\n", sc->enable_ir ? "enabled" : "disabled");
+ sbuf_printf(s, "\tIR receiver MIDI events %s\n", sc->enable_ir ? "enabled" : "disabled");
}
sbuf_printf(s, "Card is in %s mode\n", (sc->mode == MODE_ANALOG) ? "analog" : "digital");
OpenPOWER on IntegriCloud