Module Name:    src
Committed By:   rillig
Date:           Sat Aug  8 14:59:59 UTC 2020

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

Log Message:
make(1): fix typo in test


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/usr.bin/make/unit-tests/varmisc.mk:1.21
--- src/usr.bin/make/unit-tests/varmisc.mk:1.20	Thu Jul 30 13:50:27 2020
+++ src/usr.bin/make/unit-tests/varmisc.mk	Sat Aug  8 14:59:59 2020
@@ -1,4 +1,4 @@
-# $Id: varmisc.mk,v 1.20 2020/07/30 13:50:27 rillig Exp $
+# $Id: varmisc.mk,v 1.21 2020/08/08 14:59:59 rillig Exp $
 #
 # Miscellaneous variable tests.
 
@@ -192,7 +192,7 @@ parse-dynamic:
 	@echo $@: ${GL_TARGET} ${GL_MEMBER} ${GL_PREFIX} ${GL_ARCHIVE} ${GL_ALLSRC}
 
 # Since 2020-07-28, make complains about unclosed variables.
-# Before that, it had not complained about unclosed variables only when
+# Before that, it had complained about unclosed variables only when
 # parsing the modifiers, but not when parsing the variable name.
 
 UNCLOSED_INDIR_1=	${UNCLOSED_ORIG

Reply via email to