Fix some typos in commments

This commit is contained in:
Gregory Nutt 2018-01-18 07:13:49 -06:00
parent 94393aa719
commit 4d11aaabb1

View File

@ -679,8 +679,8 @@ int nxwm_main(int argc, char *argv[])
// Should we perform board-specific initialization? There are two ways
// that board initialization can occur: 1) automatically via
// board_initialize() durring bootup if CONFIG_BOARD_INITIALIZE, or
// 2) here via a call to boardctl() if the interface is enabledi
// board_initialize() during bootup if CONFIG_BOARD_INITIALIZE, or
// 2) here via a call to boardctl() if the interface is enabled
// (CONFIG_LIB_BOARDCTL=y).
#if defined(CONFIG_LIB_BOARDCTL) && !defined(CONFIG_BOARD_INITIALIZE)