summaryrefslogtreecommitdiffstats
path: root/make/leaf.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/leaf.cfg')
-rw-r--r--make/leaf.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/leaf.cfg b/make/leaf.cfg
index 6ebf4bdc41..7ce50efaff 100644
--- a/make/leaf.cfg
+++ b/make/leaf.cfg
@@ -17,7 +17,7 @@ LIBSUFFIX_VA = $(LIB_VARIANT).a
# Pull in the desired "target" compiler
# Programs built on the host use automake generated rules.
-# This will not change $(ARCH) -- binaries will still be place as per target
+# This will not change $(ARCH) -- binaries will still be placed as per target
include ${CONFIG.CC}
ifeq (${DEPEND},$(wildcard ${DEPEND}))
include ${DEPEND} # pull in dependencies if they exist
@@ -32,7 +32,7 @@ debug:
endif
#
-# VARIANT_VA will convert our ${ARCH} back into "" or "debug".
+# VARIANT_VA will convert our ${ARCH} back to "" or "debug".
# Handy when one makefile wants to hop over into a peer's tree and
# build something "the same" way.
#