diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 03:45:33 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 03:45:33 +0000 |
commit | 4778c8bfd8cea2878c1e4e7fbb1e3077334e0cee (patch) | |
tree | e4ada128c32c28a9b4a2145ce917351c35dc80c3 /sys/compat/ossaudio | |
parent | cf23d68dc21004a503a6c5eaf70cb5f61fbed2cb (diff) |
it is believed that the comment is referring to the define below.
all thinking performed by tim van der molen
Diffstat (limited to 'sys/compat/ossaudio')
-rw-r--r-- | sys/compat/ossaudio/ossaudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ossaudio/ossaudio.c b/sys/compat/ossaudio/ossaudio.c index bc7fb278710..99deafc04e1 100644 --- a/sys/compat/ossaudio/ossaudio.c +++ b/sys/compat/ossaudio/ossaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ossaudio.c,v 1.15 2013/03/26 16:40:34 tedu Exp $ */ +/* $OpenBSD: ossaudio.c,v 1.16 2013/03/28 03:45:32 tedu Exp $ */ /* $NetBSD: ossaudio.c,v 1.23 1997/10/19 07:41:52 augustss Exp $ */ /* @@ -494,7 +494,7 @@ oss_ioctl_audio(p, uap, retval) return (error); } -/* If the mixer device should have more than 32 devices +/* If the mixer device should have more than MAX_MIXER_DEVS devices * some will not be available to Linux */ #define MAX_MIXER_DEVS 64 struct audiodevinfo { |