Fix typos in a comment

This commit is contained in:
Gregory Nutt 2016-06-29 16:05:19 -06:00
parent 55cb1071a0
commit 8e7db75439

View File

@ -35,7 +35,7 @@
-include $(TOPDIR)/Make.defs
# Determine there is a Kconfig file for the any custom board configuration
# Determine if there is a Kconfig file for any custom board configuration
ifeq ($(CONFIG_ARCH_BOARD_CUSTOM),y)
CUSTOM_DIR = $(patsubst "%",%,$(CONFIG_ARCH_BOARD_CUSTOM_DIR))