Module Name:    src
Committed By:   rillig
Date:           Sun Jul 19 20:37:57 UTC 2020

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

Log Message:
make(1): fix date in comment in unit test


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/varmisc.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/varmisc.mk
diff -u src/usr.bin/make/unit-tests/varmisc.mk:1.10 src/usr.bin/make/unit-tests/varmisc.mk:1.11
--- src/usr.bin/make/unit-tests/varmisc.mk:1.10	Thu Jul  2 09:44:51 2020
+++ src/usr.bin/make/unit-tests/varmisc.mk	Sun Jul 19 20:37:57 2020
@@ -1,4 +1,4 @@
-# $Id: varmisc.mk,v 1.10 2020/07/02 09:44:51 rillig Exp $
+# $Id: varmisc.mk,v 1.11 2020/07/19 20:37:57 rillig Exp $
 #
 # Miscellaneous variable tests.
 
@@ -74,7 +74,7 @@ manok:
 	@echo MAN=${MAN}
 
 # This is an expanded variant of the above .for loop.
-# Between 2020-08-28 and 2020-07-02 this paragraph generated a wrong
+# Between 2020-06-28 and 2020-07-02 this paragraph generated a wrong
 # error message "Variable VARNAME is recursive".
 # When evaluating the !empty expression, the ${:U1} was not expanded and
 # thus resulted in the seeming definition VARNAME=${VARNAME}, which is

Reply via email to