summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-08-07 10:12:19 +0000
committerandvar <andvar@NetBSD.org>2022-08-07 10:12:19 +0000
commit5e6b415fa3a3e4cafc7e5fea05ccf59a10201f29 (patch)
treeb9b4af2f3148d9268c50f3a44555ba11a3f459d7 /tests/dev
parent70bda8ebb3f0ff0a37696b99cf516dafe5401970 (diff)
fix some typos and grammar in comments.
Diffstat (limited to 'tests/dev')
-rw-r--r--tests/dev/audio/audiotest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dev/audio/audiotest.c b/tests/dev/audio/audiotest.c
index 965ba2aae88..d2561f8de3d 100644
--- a/tests/dev/audio/audiotest.c
+++ b/tests/dev/audio/audiotest.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audiotest.c,v 1.23 2022/08/06 18:26:42 andvar Exp $ */
+/* $NetBSD: audiotest.c,v 1.24 2022/08/07 10:12:19 andvar Exp $ */
/*
* Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.23 2022/08/06 18:26:42 andvar Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.24 2022/08/07 10:12:19 andvar Exp $");
#include <errno.h>
#include <fcntl.h>
@@ -2308,7 +2308,7 @@ DEF(rdwr_fallback_RDWR) {
/*
* On full-duplex hardware, the second descriptor's readability/writability
- * is not depend on the first descriptor('s open mode).
+ * does not depend on the first descriptor's open mode.
* On half-duplex hardware, it depends on the first descriptor's open mode.
*/
void