Module Name:    src
Committed By:   rillig
Date:           Tue Dec  7 22:40:52 UTC 2021

Modified Files:
        src/share/mk: bsd.clean.mk

Log Message:
bsd.clean.mk: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/mk/bsd.clean.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.clean.mk
diff -u src/share/mk/bsd.clean.mk:1.8 src/share/mk/bsd.clean.mk:1.9
--- src/share/mk/bsd.clean.mk:1.8	Mon Nov 19 16:04:54 2012
+++ src/share/mk/bsd.clean.mk	Tue Dec  7 22:40:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.clean.mk,v 1.8 2012/11/19 16:04:54 apb Exp $
+# $NetBSD: bsd.clean.mk,v 1.9 2021/12/07 22:40:52 rillig Exp $
 
 # <bsd.clean.mk>
 #
@@ -53,7 +53,7 @@ __docleandir:	.PHONY .MADE __cleanuse CL
 # The use of :M* is needed to handle the case that CLEANFILES
 # or CLEANDIRFILES is not completely empty but contains spaces.
 # This can easily happen when CLEANFILES or CLEANDIRFILES is set
-# from other variables that happen to be empty.)
+# from other variables that happen to be empty.
 #
 # The use of :Q is needed to handle the case that CLEANFILES
 # or CLEANDIRFILES contains quoted strings, such as

Reply via email to