summaryrefslogtreecommitdiff
path: root/tests/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-17 05:05:20 +0000
committerandvar <andvar@NetBSD.org>2022-05-17 05:05:20 +0000
commit48a753a1625d655486ea4586d64999238f46fc08 (patch)
tree3229693894c334923c9d55ee048cdeab23ff5115 /tests/dev
parentc8a5847c55b8fb499cdf93434859ec5a9bc72244 (diff)
fix few typos 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 175595e5df5..72221c5335d 100644
--- a/tests/dev/audio/audiotest.c
+++ b/tests/dev/audio/audiotest.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audiotest.c,v 1.19 2022/04/23 07:47:42 isaki Exp $ */
+/* $NetBSD: audiotest.c,v 1.20 2022/05/17 05:05:20 andvar Exp $ */
/*
* Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.19 2022/04/23 07:47:42 isaki Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.20 2022/05/17 05:05:20 andvar Exp $");
#include <errno.h>
#include <fcntl.h>
@@ -3121,7 +3121,7 @@ DEF(poll_out_hiwat)
/*
* Unpause from buffer full, POLLOUT should raise.
- * XXX poll(2) on NetBSD7 is really incomplete and wierd. I don't test it.
+ * XXX poll(2) on NetBSD7 is really incomplete and weird. I don't test it.
*/
DEF(poll_out_unpause)
{