diff options
author | gabor <gabor@FreeBSD.org> | 2013-04-17 11:45:15 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-04-17 11:45:15 +0000 |
commit | 188c638b60fe60e70310769b4c68de8ab101ae45 (patch) | |
tree | 0bc40bcd45f885e71a3eb81f70ca7998866dbf64 /sys/dev/sound | |
parent | 3d6a89082dd54cd36101ae25fb261f0129a5770d (diff) | |
download | FreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.zip FreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.tar.gz |
- Corrrect mispellings of word useful
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/dev/sound')
-rw-r--r-- | sys/dev/sound/pcm/dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index e52e46e..5195da2 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -2011,7 +2011,7 @@ dsp_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, * OSSv4 docs: "All errors and counters will automatically be * cleared to zeroes after the call so each call will return only * the errors that occurred after the previous invocation. ... The - * play_underruns and rec_overrun fields are the only usefull fields + * play_underruns and rec_overrun fields are the only useful fields * returned by OSS 4.0." */ { |