Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/audio s/plyaback/playback/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/a2f315625307
branches:  trunk
changeset: 373501:a2f315625307
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Feb 13 22:24:06 2023 +0000

description:
s/plyaback/playback/ in comment.

diffstat:

 tests/dev/audio/audiotest.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e6162700a6d7 -r a2f315625307 tests/dev/audio/audiotest.c
--- a/tests/dev/audio/audiotest.c       Mon Feb 13 21:01:46 2023 +0000
+++ b/tests/dev/audio/audiotest.c       Mon Feb 13 22:24:06 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiotest.c,v 1.27 2022/08/13 07:22:40 isaki Exp $     */
+/*     $NetBSD: audiotest.c,v 1.28 2023/02/13 22:24:06 andvar Exp $    */
 
 /*
  * Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.27 2022/08/13 07:22:40 isaki Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.28 2023/02/13 22:24:06 andvar Exp $");
 
 #include <errno.h>
 #include <fcntl.h>
@@ -4208,7 +4208,7 @@
 }
 
 /*
- * Whether SIGIO is emitted on plyaback.
+ * Whether SIGIO is emitted on playback.
  * XXX I don't understand conditions that NetBSD7 emits signal.
  */
 DEF(FIOASYNC_play_signal)



Home | Main Index | Thread Index | Old Index