summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2015-02-16 12:00:30 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-19 22:27:35 +0100
commit235879bab5b92eddf775cb916e51334f668edd79 (patch)
tree43a039f86d67746c9625442f21cedfa03e4b93c8
parente6b614c9c6e3e1cf9d8a2ee04c471aff9fb7b2ef (diff)
downloadbuildroot-235879bab5b92eddf775cb916e51334f668edd79.tar.gz
buildroot-235879bab5b92eddf775cb916e51334f668edd79.zip
pkg-rebar: fix very minor typos in the comments
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/pkg-rebar.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pkg-rebar.mk b/package/pkg-rebar.mk
index 45d1c7dfc1..75facd55a3 100644
--- a/package/pkg-rebar.mk
+++ b/package/pkg-rebar.mk
@@ -74,7 +74,7 @@ endef
# For target packages for example, one uses this to setup symbolic
# links from $(STAGING_DIR)/usr/share/rebar/deps/<erlang-app> to
# $(STAGING_DIR)/usr/lib/erlang/lib/<erlang-app>-<version>. This
-# infrastructure points rebar at the former in order to tell rebar do
+# infrastructure points rebar at the former in order to tell rebar to
# NOT download dependencies during the build stage, and instead use
# the already available dependencies.
#
@@ -195,7 +195,7 @@ $(2)_DEPENDENCIES ?= $$(filter-out host-automake host-autoconf host-libtool \
host-gettext host-toolchain host-erlang-rebar $(1),\
$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
else
-# Same deal, if _USE_BUNLDED_REBAR is NO.
+# Same deal, if _USE_BUNDLED_REBAR is NO.
$(2)_DEPENDENCIES ?= $$(filter-out host-toolchain host-erlang-rebar $(1),\
$$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES))))
endif
OpenPOWER on IntegriCloud