summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2020-10-23 12:13:04 +0000
committerwiz <wiz@NetBSD.org>2020-10-23 12:13:04 +0000
commit141e2f16d76056375950079bf48eefb6399ce71b (patch)
tree93c306138cace47b4a090c163f5a7c27efc0f434 /lib
parentb8d0963777ffbf897450ce23227e7a26b7249c63 (diff)
Fix typo in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/libossaudio/ossaudio.c6
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;