]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
trivial: fix typo 'an host'
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 24 Jul 2014 18:57:41 +0000 (20:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 24 Jul 2014 20:29:54 +0000 (22:29 +0200)
In English, unlike in French, the 'h' in 'host' is pronounced, meaning that
the article should be 'a' instead of 'an'.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-autotools.mk
package/pkg-cmake.mk
package/pkg-generic.mk
package/pkg-luarocks.mk
package/pkg-perl.mk
package/pkg-python.mk
package/pkg-virtual.mk

index 4443c72b05d8df6f23b8a9fadb9737dc6f5bb766..db3736c05892bcbd179f627dc76c8fcca17ccae9 100644 (file)
@@ -54,7 +54,7 @@ AUTOCONF_AC_CHECK_FILE_VAL = ac_cv_file_$(subst -,_,$(subst /,_,$(subst .,_,$(1)
 # make targets
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index d83ff2d04d9a9b9deabe51d53b7a70aa5a204bf3..adffbecc315f80c4e58e786ca0b96ec73a1111e8 100644 (file)
@@ -27,7 +27,7 @@
 # generate the necessary make targets
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index 97a75479b12fb35459e5a8f52b6d52322ffb40a5..03cbf962ceb2f95b5e8768bafefa3232ae28641b 100644 (file)
@@ -268,7 +268,7 @@ endef
 # generic package
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index b24a4c510c874bdb330b6372498bbe13ed9d0547..d9373e13d555a5255ca6521cd2ee939317bc5c65 100644 (file)
@@ -24,7 +24,7 @@
 # generate the necessary make targets
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index 8c4500161696de766451a580ae73886b716cee27..f073d70a8a3b42f01236debec84e64b7f28c0ceb 100644 (file)
@@ -29,7 +29,7 @@ PERL_ARCHNAME = $(ARCH)-linux
 # make targets
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index fedfd69eea1b01c0244002787864dcd08f9f70aa..d37a03f692cd1107aed0b2f3789daf1ea578942b 100644 (file)
@@ -82,7 +82,7 @@ HOST_PKG_PYTHON_SETUPTOOLS_INSTALL_OPT = \
 # infrastructure to generate the necessary make targets
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages
index f5d75672377b64fd25b463dd2a932d46ff8de9a0..2889ef9beae551a45a28e81662544524634bd279 100644 (file)
@@ -19,7 +19,7 @@
 # package against its provider.
 #
 #  argument 1 is the lowercase package name
-#  argument 2 is the uppercase package name, including an HOST_ prefix
+#  argument 2 is the uppercase package name, including a HOST_ prefix
 #             for host packages
 #  argument 3 is the uppercase package name, without the HOST_ prefix
 #             for host packages