diff mbox

Makefile: fix typo in a comment

Message ID 1429689832-26900-1-git-send-email-luca@lucaceresoli.net
State Accepted
Commit 60e9a79308d7e8f39faade5059319b40b3be5071
Headers show

Commit Message

Luca Ceresoli April 22, 2015, 8:03 a.m. UTC
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard April 22, 2015, 1:07 p.m. UTC | #1
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 > Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

Committed, thanks.
diff mbox

Patch

diff --git a/Makefile b/Makefile
index d1d6ab3..5de4789 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