Makefile: fix typo in a comment
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 22 Apr 2015 08:03:52 +0000 (10:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 22 Apr 2015 13:06:27 +0000 (15:06 +0200)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile

index d1d6ab33e647a30ae0e51fa617e737b1b5601726..5de47896591041f3666554b8b4a58190ee7fb185 100644 (file)
--- 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