Module Name: src Committed By: msaitoh Date: Sat Jun 24 05:27:14 UTC 2023
Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/dev/audio/audiotest.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/dev/audio/audiotest.c diff -u src/tests/dev/audio/audiotest.c:1.29 src/tests/dev/audio/audiotest.c:1.30 --- src/tests/dev/audio/audiotest.c:1.29 Sun Apr 23 16:49:38 2023 +++ src/tests/dev/audio/audiotest.c Sat Jun 24 05:27:13 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: audiotest.c,v 1.29 2023/04/23 16:49:38 mlelstv Exp $ */ +/* $NetBSD: audiotest.c,v 1.30 2023/06/24 05:27:13 msaitoh Exp $ */ /* * Copyright (C) 2019 Tetsuya Isaki. All rights reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: audiotest.c,v 1.29 2023/04/23 16:49:38 mlelstv Exp $"); +__RCSID("$NetBSD: audiotest.c,v 1.30 2023/06/24 05:27:13 msaitoh Exp $"); #include <errno.h> #include <fcntl.h> @@ -4655,7 +4655,7 @@ DEF(AUDIO_SETFD_RDWR) XP_SYS_EQ(0, r); } - /* When obtains it, it retuns half/full-duplex as is */ + /* When obtains it, it returns half/full-duplex as is */ n = 0; r = IOCTL(fd, AUDIO_GETFD, &n, ""); XP_SYS_EQ(0, r);