Module Name:    src
Committed By:   rillig
Date:           Fri Sep 11 06:51:39 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: cond-op-or.mk

Log Message:
make(1): fix comment in test for the || operator in conditions

Thanks to wiz for discovering this.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/cond-op-or.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-op-or.mk
diff -u src/usr.bin/make/unit-tests/cond-op-or.mk:1.4 src/usr.bin/make/unit-tests/cond-op-or.mk:1.5
--- src/usr.bin/make/unit-tests/cond-op-or.mk:1.4	Thu Sep 10 22:44:08 2020
+++ src/usr.bin/make/unit-tests/cond-op-or.mk	Fri Sep 11 06:51:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: cond-op-or.mk,v 1.4 2020/09/10 22:44:08 rillig Exp $
+# $NetBSD: cond-op-or.mk,v 1.5 2020/09/11 06:51:38 rillig Exp $
 #
 # Tests for the || operator in .if conditions.
 
@@ -23,7 +23,7 @@
 .if 1 || ${UNDEF}
 .endif
 
-# The && operator may be abbreviated as &.  This is not widely known though
+# The || operator may be abbreviated as |.  This is not widely known though
 # and is also not documented in the manual page.
 
 .if 0 | 0

Reply via email to