Fix a missing quot mark in a Kconfig

This commit is contained in:
Gregory Nutt 2015-07-08 13:43:17 -06:00
parent e2dad619f6
commit 45bc73898c

View File

@ -109,7 +109,7 @@ endif # !EXAMPLES_OSTEST_FPUTESTDISABLE
endif # ARCH_FPU && SCHED_WAITPID && !DISABLE_SIGNALS
config EXAMPLES_OSTEST_WAITRESULT
bool "Wait and return test result
bool "Wait and return test result"
default y
depends on SCHED_WAITPID