diff options
| author | wiz <wiz@NetBSD.org> | 2020-10-23 12:13:04 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2020-10-23 12:13:04 +0000 |
| commit | 141e2f16d76056375950079bf48eefb6399ce71b (patch) | |
| tree | 93c306138cace47b4a090c163f5a7c27efc0f434 /lib | |
| parent | b8d0963777ffbf897450ce23227e7a26b7249c63 (diff) | |
Fix typo in comment.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libossaudio/ossaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libossaudio/ossaudio.c b/lib/libossaudio/ossaudio.c index cb4cb6a8ee2..39254559315 100644 --- a/lib/libossaudio/ossaudio.c +++ b/lib/libossaudio/ossaudio.c @@ -1,4 +1,4 @@ -/* $NetBSD: ossaudio.c,v 1.56 2020/10/23 09:05:20 nia Exp $ */ +/* $NetBSD: ossaudio.c,v 1.57 2020/10/23 12:13:04 wiz Exp $ */ /*- * Copyright (c) 1997, 2020 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: ossaudio.c,v 1.56 2020/10/23 09:05:20 nia Exp $"); +__RCSID("$NetBSD: ossaudio.c,v 1.57 2020/10/23 12:13:04 wiz Exp $"); /* * This is an Open Sound System compatibility layer, which provides @@ -1179,7 +1179,7 @@ mixer_oss4_ioctl(int fd, unsigned long com, void *argp) * OSSv4 does not document this ioctl, and claims it should * not be used by applications and is provided for "utiltiy * programs included in OSS". We follow the Solaris - * implementation (which is doucmented) and leave these fields + * implementation (which is documented) and leave these fields * unset. */ cardinfo->flags = 0; |
