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(1): fix typo in unit test for t...



details:   https://anonhg.NetBSD.org/src/rev/144bffae109b
branches:  trunk
changeset: 1013644:144bffae109b
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Sep 02 05:36:58 2020 +0000

description:
make(1): fix typo in unit test for the .for loop

diffstat:

 usr.bin/make/unit-tests/forloop.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85653ebdb3c9 -r 144bffae109b usr.bin/make/unit-tests/forloop.mk
--- a/usr.bin/make/unit-tests/forloop.mk        Wed Sep 02 05:33:57 2020 +0000
+++ b/usr.bin/make/unit-tests/forloop.mk        Wed Sep 02 05:36:58 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: forloop.mk,v 1.2 2020/05/01 16:29:34 rillig Exp $
+# $Id: forloop.mk,v 1.3 2020/09/02 05:36:58 rillig Exp $
 
 all: for-loop
 
@@ -36,7 +36,7 @@
 
 # Since at least 1993, iteration stops at the first newline.
 # Back then, the .newline variable didn't exist, therefore it was unlikely
-# that a newline ever occured.
+# that a newline ever occurred.
 .for var in a${.newline}b${.newline}c
 X!= echo 'newline-item=('${var:Q}')' 1>&2; echo
 .endfor



Home | Main Index | Thread Index | Old Index