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/recored/record/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/4c84aaa7e318
branches:  trunk
changeset: 1026718:4c84aaa7e318
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:30:51 2021 +0000

description:
s/recored/record/ in comment.

diffstat:

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

diffs (27 lines):

diff -r c32c4c8a3a1d -r 4c84aaa7e318 tests/dev/audio/audiotest.c
--- a/tests/dev/audio/audiotest.c       Sun Dec 05 07:28:20 2021 +0000
+++ b/tests/dev/audio/audiotest.c       Sun Dec 05 07:30:51 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiotest.c,v 1.15 2021/08/21 09:59:46 andvar Exp $    */
+/*     $NetBSD: audiotest.c,v 1.16 2021/12/05 07:30:51 msaitoh Exp $   */
 
 /*
  * Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.15 2021/08/21 09:59:46 andvar Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.16 2021/12/05 07:30:51 msaitoh Exp $");
 
 #include <errno.h>
 #include <fcntl.h>
@@ -2238,7 +2238,7 @@
 /*
  * Opening with O_RDWR on half-duplex hardware falls back to O_WRONLY.
  * expwrite: expected to be able to play.
- * expread : expected to be able to recored.
+ * expread : expected to be able to record.
  */
 void
 test_rdwr_fallback(int openmode, bool expwrite, bool expread)



Home | Main Index | Thread Index | Old Index