Module Name:    src
Committed By:   rillig
Date:           Wed Sep 30 06:15:43 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: varmod-l-name-to-value.mk

Log Message:
make(1): fix typos in test for the :L variable modifier


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/usr.bin/make/unit-tests/varmod-l-name-to-value.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/varmod-l-name-to-value.mk
diff -u src/usr.bin/make/unit-tests/varmod-l-name-to-value.mk:1.4 src/usr.bin/make/unit-tests/varmod-l-name-to-value.mk:1.5
--- src/usr.bin/make/unit-tests/varmod-l-name-to-value.mk:1.4	Wed Sep 30 05:42:06 2020
+++ src/usr.bin/make/unit-tests/varmod-l-name-to-value.mk	Wed Sep 30 06:15:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-l-name-to-value.mk,v 1.4 2020/09/30 05:42:06 rillig Exp $
+# $NetBSD: varmod-l-name-to-value.mk,v 1.5 2020/09/30 06:15:43 rillig Exp $
 #
 # Tests for the :L modifier, which returns the variable name as the new value.
 
@@ -27,10 +27,10 @@
 .error
 .endif
 
-# Between 2020-09-22 (var.c 1.527) and 2020-09-30 (var.c 1.554), there was
-# a bug in the evaluation of variable expression.  Indirect modifiers like
-# this :L did not update the definedness of the enclosing expression.
-# This resulted in a wrong "Malformed variable".
+# Between 2020-09-22 (var.c 1.527) and 2020-09-30 (var.c 1.553), there was
+# a bug in the evaluation of variable expressions.  Indirect modifiers like
+# the below :L did not update the definedness of the enclosing expression.
+# This resulted in a wrong "Malformed conditional".
 .if ${value:${:UL}} == ""
 .endif
 

Reply via email to