pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 buildlink3/find*.mk: fix typos in comments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43acaf9e59bc
branches:  trunk
changeset: 373283:43acaf9e59bc
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 10 18:58:37 2022 +0000

description:
buildlink3/find*.mk: fix typos in comments

diffstat:

 mk/buildlink3/find-headers.mk         |  4 ++--
 mk/buildlink3/find-pkgconfig-files.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 97ca227c2ffa -r 43acaf9e59bc mk/buildlink3/find-headers.mk
--- a/mk/buildlink3/find-headers.mk     Thu Feb 10 18:55:10 2022 +0000
+++ b/mk/buildlink3/find-headers.mk     Thu Feb 10 18:58:37 2022 +0000
@@ -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 -r 97ca227c2ffa -r 43acaf9e59bc mk/buildlink3/find-pkgconfig-files.mk
--- a/mk/buildlink3/find-pkgconfig-files.mk     Thu Feb 10 18:55:10 2022 +0000
+++ b/mk/buildlink3/find-pkgconfig-files.mk     Thu Feb 10 18:58:37 2022 +0000
@@ -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__".
 #



Home | Main Index | Thread Index | Old Index