summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
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
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')
-rw-r--r--sys/dev/sound/pci/emu10kx.c2
-rw-r--r--sys/dev/sound/pci/envy24.c2
-rw-r--r--sys/dev/sound/pci/envy24ht.c2
-rw-r--r--sys/dev/sound/pcm/channel.c2
4 files changed, 4 insertions, 4 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");
diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c
index ce03998..427f507 100644
--- a/sys/dev/sound/pci/envy24.c
+++ b/sys/dev/sound/pci/envy24.c
@@ -2312,7 +2312,7 @@ envy24_putcfg(struct sc_info *sc)
printf("from external clock synthesizer chip\n");
break;
default:
- printf("illeagal system setting\n");
+ printf("illegal system setting\n");
}
printf(" MPU-401 UART(s) #: ");
if (sc->cfg->scfg & PCIM_SCFG_MPU)
diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c
index 7e96be6..efad4b1 100644
--- a/sys/dev/sound/pci/envy24ht.c
+++ b/sys/dev/sound/pci/envy24ht.c
@@ -2212,7 +2212,7 @@ envy24ht_putcfg(struct sc_info *sc)
printf("reserved\n");
break;
default:
- printf("illeagal system setting\n");
+ printf("illegal system setting\n");
}
printf(" MPU-401 UART(s) #: ");
if (sc->cfg->scfg & ENVY24HT_CCSM_SCFG_MPU)
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
index 41fbee2..ca681ac 100644
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -92,7 +92,7 @@ sysctl_hw_snd_latency_profile(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_hw_snd, OID_AUTO, latency_profile, CTLTYPE_INT | CTLFLAG_RW,
0, sizeof(int), sysctl_hw_snd_latency_profile, "I",
- "buffering latency profile (0=aggresive 1=safe)");
+ "buffering latency profile (0=aggressive 1=safe)");
static int chn_timeout = CHN_TIMEOUT;
TUNABLE_INT("hw.snd.timeout", &chn_timeout);
OpenPOWER on IntegriCloud