summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-24 06:18:34 +0000
committerandvar <andvar@NetBSD.org>2022-05-24 06:18:34 +0000
commit578548402fcc2e0803098c220cca0bcedf271869 (patch)
treef330ea6b64806df81cf3e3e936b5dc4b38c08da1 /tests/dev
parent7c73b397aaf05ce05225ab447d1fa46b0b102d27 (diff)
s/changable/changeable/ in comments.
Diffstat (limited to 'tests/dev')
-rw-r--r--tests/dev/audio/audiotest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dev/audio/audiotest.c b/tests/dev/audio/audiotest.c
index 72221c5335d..1d3533394e6 100644
--- a/tests/dev/audio/audiotest.c
+++ b/tests/dev/audio/audiotest.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audiotest.c,v 1.20 2022/05/17 05:05:20 andvar Exp $ */
+/* $NetBSD: audiotest.c,v 1.21 2022/05/24 06:18:34 andvar Exp $ */
/*
* Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.20 2022/05/17 05:05:20 andvar Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.21 2022/05/24 06:18:34 andvar Exp $");
#include <errno.h>
#include <fcntl.h>
@@ -5083,7 +5083,7 @@ test_AUDIO_SETINFO_params_set(int openmode, int aimode, int pause)
#define f(a,b,c) test_AUDIO_SETINFO_params_set(a, b, c)
DEF(AUDIO_SETINFO_params_set_RDONLY_0) { f(O_RDONLY, 0, 0); }
DEF(AUDIO_SETINFO_params_set_RDONLY_1) { f(O_RDONLY, 0, 1); }
-/* On RDONLY, ai.mode is not changable
+/* On RDONLY, ai.mode is not changeable
* AUDIO_SETINFO_params_set_RDONLY_2) { f(O_RDONLY, 1, 0); }
* AUDIO_SETINFO_params_set_RDONLY_3) { f(O_RDONLY, 1, 1); }
*/
@@ -5479,7 +5479,7 @@ test_AUDIO_SETINFO_pause(int openmode, int aimode, int param)
}
DEF(AUDIO_SETINFO_pause_RDONLY_0) { test_AUDIO_SETINFO_pause(O_RDONLY, 0, 0); }
DEF(AUDIO_SETINFO_pause_RDONLY_1) { test_AUDIO_SETINFO_pause(O_RDONLY, 0, 1); }
-/* On RDONLY, ai.mode is not changable
+/* On RDONLY, ai.mode is not changeable
* AUDIO_SETINFO_pause_RDONLY_2) { test_AUDIO_SETINFO_pause(O_RDONLY, 1, 0); }
* AUDIO_SETINFO_pause_RDONLY_3) { test_AUDIO_SETINFO_pause(O_RDONLY, 1, 1); }
*/