summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-12-20 19:49:25 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-12-20 19:49:25 +0000
commite49cc58118e51d0683012ad4a79626597950b031 (patch)
treeb08b96137d33ddbb84d76f8f6f73e7e43f41cdd2 /mk
parentc84a9a76b09c6fb5a96f71eb8e498d6defeec53a (diff)
downloadpkgsrc-e49cc58118e51d0683012ad4a79626597950b031.tar.gz
check-files.mk: fix typo in comment
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-files.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 031d39fb4e8..bae9ef32055 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.36 2017/10/02 14:14:04 wiz Exp $
+# $NetBSD: check-files.mk,v 1.37 2020/12/20 19:49:25 gutteridge Exp $
#
# This file checks that the list of installed files matches the PLIST.
# For that purpose it records the file list of LOCALBASE before and
@@ -68,7 +68,7 @@ CHECK_FILES_SKIP+= ${DISTDIR}/.*
CHECK_FILES_SKIP+= ${VARBASE}/.*
.endif
-# File that are outside of ${PREFIX} in directories we already know we'll
+# Files that are outside of ${PREFIX} in directories we already know we'll
# be using for mutable data.
#
.for d in ${MAKE_DIRS} ${OWN_DIRS}