Module Name: src
Committed By: kre
Date: Tue Jul 18 13:17:37 UTC 2017
Modified Files:
src/tests/usr.bin/mixerctl: t_mixerctl.sh
Log Message:
NFC: Typo in a comment corrected.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/mixerctl/t_mixerctl.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/mixerctl/t_mixerctl.sh
diff -u src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.7 src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.8
--- src/tests/usr.bin/mixerctl/t_mixerctl.sh:1.7 Tue Jul 18 12:40:57 2017
+++ src/tests/usr.bin/mixerctl/t_mixerctl.sh Tue Jul 18 13:17:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_mixerctl.sh,v 1.7 2017/07/18 12:40:57 kre Exp $
+# $NetBSD: t_mixerctl.sh,v 1.8 2017/07/18 13:17:37 kre Exp $
audio_setup() {
# Open /dev/pad0 so we have a configured audio device.
@@ -17,7 +17,7 @@ audio_setup() {
# ATF appears to killpg() the process after the test finishes
# which is a good thing, otherwise a test that is skipped/fails
# would not kill the cat (doing it in a cleanup function is not
- # convenient as it is a different execution environment, so shared
+ # convenient as it is a different execution environment, no shared
# variables, we would need to put $padpid in a file.)
unset padpid