Fix some typos in commments
This commit is contained in:
parent
94393aa719
commit
4d11aaabb1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user