summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-04-22 10:03:52 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-04-22 15:06:27 +0200
commit60e9a79308d7e8f39faade5059319b40b3be5071 (patch)
tree14d465c5e3ebc0be894bb819f3e5212c4db8b24a
parent7e5a97eb965d922675b264acd1cc480ca70a79b3 (diff)
downloadbuildroot-60e9a79308d7e8f39faade5059319b40b3be5071.tar.gz
buildroot-60e9a79308d7e8f39faade5059319b40b3be5071.zip
Makefile: fix typo in a comment
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1d6ab33e6..5de4789659 100644
--- a/Makefile
+++ b/Makefile
@@ -577,7 +577,7 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
endif
mkdir -p $(TARGET_DIR)/etc
- # Mandatory configuration file and auxilliary cache directory
+ # Mandatory configuration file and auxiliary cache directory
# for recent versions of ldconfig
touch $(TARGET_DIR)/etc/ld.so.conf
mkdir -p $(TARGET_DIR)/var/cache/ldconfig
OpenPOWER on IntegriCloud