summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-02-10 18:58:37 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-02-10 18:58:37 +0000
commitd8d6835a79f3d43b889232144d22f76ac96463c1 (patch)
tree114c8bfa7989768f81cfc61f31fdccd6031195f7 /mk
parentfeeb324177094f52fcd5f5c5936e789f06f7ae97 (diff)
downloadpkgsrc-d8d6835a79f3d43b889232144d22f76ac96463c1.tar.gz
buildlink3/find*.mk: fix typos in comments
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink3/find-headers.mk4
-rw-r--r--mk/buildlink3/find-pkgconfig-files.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/buildlink3/find-headers.mk b/mk/buildlink3/find-headers.mk
index 89c766ed6da..da5ce75b1d3 100644
--- a/mk/buildlink3/find-headers.mk
+++ b/mk/buildlink3/find-headers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: find-headers.mk,v 1.4 2021/01/02 12:08:03 mef Exp $
+# $NetBSD: find-headers.mk,v 1.5 2022/02/10 18:58:37 gutteridge Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -51,7 +51,7 @@
#
# After including this file, the following variables are defined:
#
-# <var> is the first of the header file listed in
+# <var> is the first of the header files listed in
# ${BUILTIN_FIND_HEADERS.<var>} that is "found" in
# ${BUILTIN_INCLUDE_DIRS}, or else it is "__nonexistent__".
#
diff --git a/mk/buildlink3/find-pkgconfig-files.mk b/mk/buildlink3/find-pkgconfig-files.mk
index c84466a27df..f89b62da132 100644
--- a/mk/buildlink3/find-pkgconfig-files.mk
+++ b/mk/buildlink3/find-pkgconfig-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: find-pkgconfig-files.mk,v 1.1 2020/10/10 14:17:03 triaxx Exp $
+# $NetBSD: find-pkgconfig-files.mk,v 1.2 2022/02/10 18:58:37 gutteridge Exp $
#
# Copyright (c) 2020 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -41,7 +41,7 @@
#
# After including this file, the following variables are defined:
#
-# <var> is the first of the header file listed in
+# <var> is the first of the header files listed in
# ${BUILTIN_FIND_PKGCONFIG.<var>} that is "found" in
# ${BUILTIN_PKGCONFIG_DIRS}, or else it is "__nonexistent__".
#