summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2007-06-17 19:02:05 +0000
committerariff <ariff@FreeBSD.org>2007-06-17 19:02:05 +0000
commit0c540547eef02b7899b792eb64d830f3b0ee4911 (patch)
treebbd1a1d1395a3f680b419b97a715085ddaa4c88c /sys/dev/sound/pcm
parentf89fd3b7ea95f6456e62c4be236abbf43ab3e5b8 (diff)
downloadFreeBSD-src-0c540547eef02b7899b792eb64d830f3b0ee4911.zip
FreeBSD-src-0c540547eef02b7899b792eb64d830f3b0ee4911.tar.gz
Spelling nit due to my lamenglishness.
Noticed by: brueffer
Diffstat (limited to 'sys/dev/sound/pcm')
-rw-r--r--sys/dev/sound/pcm/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index 6e4e093..b842ae8 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -49,7 +49,7 @@ TUNABLE_INT("hw.snd.default_unit", &snd_unit);
static int snd_unit_auto = 0;
TUNABLE_INT("hw.snd.default_auto", &snd_unit_auto);
SYSCTL_INT(_hw_snd, OID_AUTO, default_auto, CTLFLAG_RW,
- &snd_unit_auto, 0, "assign default unit to a newly attach device");
+ &snd_unit_auto, 0, "assign default unit to a newly attached device");
int snd_maxautovchans = 16;
/* XXX: a tunable implies that we may need more than one sound channel before
OpenPOWER on IntegriCloud