Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libossaudio Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/68a5f8cc4d58
branches:  trunk
changeset: 945172:68a5f8cc4d58
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 23 12:13:04 2020 +0000

description:
Fix typo in comment.

diffstat:

 lib/libossaudio/ossaudio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 20b9e5dc3a45 -r 68a5f8cc4d58 lib/libossaudio/ossaudio.c
--- a/lib/libossaudio/ossaudio.c        Fri Oct 23 11:00:09 2020 +0000
+++ b/lib/libossaudio/ossaudio.c        Fri Oct 23 12:13:04 2020 +0000
@@ -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 @@
                 * 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;



Home | Main Index | Thread Index | Old Index