Module Name:    src
Committed By:   rillig
Date:           Wed Sep  2 05:36:58 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: forloop.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/forloop.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/forloop.mk
diff -u src/usr.bin/make/unit-tests/forloop.mk:1.2 src/usr.bin/make/unit-tests/forloop.mk:1.3
--- src/usr.bin/make/unit-tests/forloop.mk:1.2	Fri May  1 16:29:34 2020
+++ src/usr.bin/make/unit-tests/forloop.mk	Wed Sep  2 05:36:58 2020
@@ -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 @@ X!= echo 'a=$a b=$b' >&2; echo
 
 # 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

Reply via email to