summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c')
-rw-r--r--nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c b/nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c
index b6ea46f22..6bfdb0de7 100644
--- a/nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c
+++ b/nuttx/configs/mcu123-lpc214x/src/lpc2148_composite.c
@@ -86,8 +86,8 @@
int composite_archinitialize(void)
{
/* If system/composite is built as an NSH command, then SD slot should
- * already have been initized in nsh_archinitialize() (see up_nsh.c). In
- * this case, there is nothing further to be done here.
+ * already have been initialized in board_app_initialize() (see lpc2148_nsh.c).
+ * In this case, there is nothing further to be done here.
*
* NOTE: CONFIG_NSH_BUILTIN_APPS is not a fool-proof indication that NSH
* was built.