Module Name:    src
Committed By:   rillig
Date:           Sun Oct 18 16:12:39 UTC 2020

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

Log Message:
make(1): fix typo in test suff-rebuild.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/suff-rebuild.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/suff-rebuild.mk
diff -u src/usr.bin/make/unit-tests/suff-rebuild.mk:1.1 src/usr.bin/make/unit-tests/suff-rebuild.mk:1.2
--- src/usr.bin/make/unit-tests/suff-rebuild.mk:1.1	Fri Sep 25 18:18:25 2020
+++ src/usr.bin/make/unit-tests/suff-rebuild.mk	Sun Oct 18 16:12:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: suff-rebuild.mk,v 1.1 2020/09/25 18:18:25 rillig Exp $
+# $NetBSD: suff-rebuild.mk,v 1.2 2020/10/18 16:12:39 rillig Exp $
 #
 # Demonstrates what happens to transformation rules (called inference rules
 # by POSIX) when all suffixes are deleted.
@@ -19,7 +19,7 @@ suff-rebuild-example.a:
 .c:
 	: from c to nothing
 
-# XXX: At a quick glance, the code in SuffScanTargets looks at if it were
+# XXX: At a quick glance, the code in SuffScanTargets looks as if it were
 # possible to delete the suffixes in the middle of the makefile, add back
 # the suffixes from before, and have the transformation rules preserved.
 #

Reply via email to