Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make: fix typo in comment in test
details: https://anonhg.NetBSD.org/src/rev/4f7d868eca17
branches: trunk
changeset: 1018565:4f7d868eca17
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Feb 07 17:17:25 2021 +0000
description:
make: fix typo in comment in test
diffstat:
usr.bin/make/unit-tests/var-op-sunsh.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3bb781e50f23 -r 4f7d868eca17 usr.bin/make/unit-tests/var-op-sunsh.mk
--- a/usr.bin/make/unit-tests/var-op-sunsh.mk Sun Feb 07 16:58:53 2021 +0000
+++ b/usr.bin/make/unit-tests/var-op-sunsh.mk Sun Feb 07 17:17:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: var-op-sunsh.mk,v 1.6 2020/11/15 20:20:58 rillig Exp $
+# $NetBSD: var-op-sunsh.mk,v 1.7 2021/02/07 17:17:25 rillig Exp $
#
# Tests for the :sh= variable assignment operator, which runs its right-hand
# side through the shell. It is a seldom-used alternative to the !=
@@ -75,7 +75,7 @@
# the ':sh' assignment operator modifier. Let's see what happens ...
#
# Well, the end result is correct but the way until there is rather
-# adventurous. This only works because the parser replaces each an every
+# adventurous. This only works because the parser replaces each and every
# whitespace character that is not nested with '\0' (see Parse_DoVar).
# The variable name therefore ends before the first ':sh', and the last
# ':sh' turns the assignment operator into the shell command evaluation.
Home |
Main Index |
Thread Index |
Old Index