Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/mixerctl NFC: Typo in a comment corrected.



details:   https://anonhg.NetBSD.org/src/rev/c3ff241d14f5
branches:  trunk
changeset: 825502:c3ff241d14f5
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Jul 18 13:17:37 2017 +0000

description:
NFC: Typo in a comment corrected.

diffstat:

 tests/usr.bin/mixerctl/t_mixerctl.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8171d5dee9ca -r c3ff241d14f5 tests/usr.bin/mixerctl/t_mixerctl.sh
--- a/tests/usr.bin/mixerctl/t_mixerctl.sh      Tue Jul 18 13:00:00 2017 +0000
+++ b/tests/usr.bin/mixerctl/t_mixerctl.sh      Tue Jul 18 13:17:37 2017 +0000
@@ -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 @@
        # 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



Home | Main Index | Thread Index | Old Index