From 8e7db75439ead21991e3a24d71beef48427afd36 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 29 Jun 2016 16:05:19 -0600 Subject: [PATCH] Fix typos in a comment --- configs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Makefile b/configs/Makefile index f2adff3e5e..4ae15b8777 100644 --- a/configs/Makefile +++ b/configs/Makefile @@ -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))