summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 12:11:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 21:24:44 +0200
commit2e9845364f37febb476534bd7983b38dbcfecb3d (patch)
tree3a27888dc43ca1735eab353b5a0905404f1f8a83 /rules/pre
parent4129dc58d1bc6f075d5dff9fcf36981088106386 (diff)
downloadptxdist-2e9845364f37febb476534bd7983b38dbcfecb3d.tar.gz
ptxdist-2e9845364f37febb476534bd7983b38dbcfecb3d.tar.xz
spelling fixes found by codespell
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/000-ptx-search.make2
-rw-r--r--rules/pre/Rules.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/pre/000-ptx-search.make b/rules/pre/000-ptx-search.make
index 8676732d9..a1ed0acd7 100644
--- a/rules/pre/000-ptx-search.make
+++ b/rules/pre/000-ptx-search.make
@@ -22,7 +22,7 @@ $(call ptx/in-path3,
$(foreach path,$(1),$(if $(filter-out /%,$(path)),
$(call ptx/in-path-all,PTXDIST_PATH_LAYERS,$(path)),$(path))),$(2))
endef
-# create a path ist from the variable with ':' separated paths
+# create a path from the variable with ':' separated paths
define ptx/in-path-all
$(call ptx/in-path2,$(subst :,$(ptx/def/space),$($(strip $(1)))),$(2))
endef
diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make
index e132cc33d..54a677c47 100644
--- a/rules/pre/Rules.make
+++ b/rules/pre/Rules.make
@@ -351,11 +351,11 @@ HOST_CROSS_AUTOCONF_SYSROOT := --prefix=$(PTXDIST_SYSROOT_CROSS) $(HOST_CROSS_AU
# add_locale
#
# add locale support to locales-archive, if not exist, a new locale
-# archive will be created automaticly
+# archive will be created automatically
#
# $1: localename: localename (i.E. zh_CN or zh_CN.GBK)
# $2: localedef; locale definition file (i.E. de_DE or de_DE@euro)
-# $3: charmap; charachter encoding map (i.E. ISO-8859-1)
+# $3: charmap; character encoding map (i.E. ISO-8859-1)
# $4: prefix; installation prefix for locales-archive
#
#