From 4d11aaabb1b2c3643fe5bb73a6c244dc28f34ca6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Jan 2018 07:13:49 -0600 Subject: [PATCH] Fix some typos in commments --- UnitTests/nxwm/nxwm_main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitTests/nxwm/nxwm_main.cxx b/UnitTests/nxwm/nxwm_main.cxx index 3dddea009..6fa01cb86 100644 --- a/UnitTests/nxwm/nxwm_main.cxx +++ b/UnitTests/nxwm/nxwm_main.cxx @@ -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)