Module Name:    src
Committed By:   rillig
Date:           Fri Oct 30 14:53:31 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: cond-cmp-string.mk

Log Message:
make(1): fix comments in test for string literals in conditions


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/cond-cmp-string.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/cond-cmp-string.mk
diff -u src/usr.bin/make/unit-tests/cond-cmp-string.mk:1.10 src/usr.bin/make/unit-tests/cond-cmp-string.mk:1.11
--- src/usr.bin/make/unit-tests/cond-cmp-string.mk:1.10	Fri Oct 30 14:51:47 2020
+++ src/usr.bin/make/unit-tests/cond-cmp-string.mk	Fri Oct 30 14:53:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: cond-cmp-string.mk,v 1.10 2020/10/30 14:51:47 rillig Exp $
+# $NetBSD: cond-cmp-string.mk,v 1.11 2020/10/30 14:53:31 rillig Exp $
 #
 # Tests for string comparisons in .if conditions.
 
@@ -63,9 +63,8 @@
 .if ${:Uword } != "${:Uword} "
 .  error
 .endif
-
-# Some other characters work though, and some don't.
-# Those that are mentioned in is_separator don't work.
+# Some other characters worked though, and some didn't.
+# Those that are mentioned in is_separator didn't work.
 .if ${:Uword0} != "${:Uword}0"
 .  error
 .endif

Reply via email to