Module Name:    src
Committed By:   rillig
Date:           Fri Aug 11 05:01:12 UTC 2023

Modified Files:
        src/usr.bin/make/unit-tests: cond-func-empty.mk

Log Message:
tests/make: fix grammar in a test comment


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/make/unit-tests/cond-func-empty.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-func-empty.mk
diff -u src/usr.bin/make/unit-tests/cond-func-empty.mk:1.21 src/usr.bin/make/unit-tests/cond-func-empty.mk:1.22
--- src/usr.bin/make/unit-tests/cond-func-empty.mk:1.21	Wed Jun 28 06:15:42 2023
+++ src/usr.bin/make/unit-tests/cond-func-empty.mk	Fri Aug 11 05:01:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: cond-func-empty.mk,v 1.21 2023/06/28 06:15:42 rillig Exp $
+# $NetBSD: cond-func-empty.mk,v 1.22 2023/08/11 05:01:12 rillig Exp $
 #
 # Tests for the empty() function in .if conditions, which tests a variable
 # expression for emptiness.
@@ -150,7 +150,7 @@ ${:U }=	space
 .  error
 .endif
 
-# There may be spaces at the outside the parentheses.
+# There may be spaces outside the parentheses.
 # Spaces inside the parentheses are interpreted as part of the variable name.
 .if ! empty ( WORD )
 .  error

Reply via email to