From 932f0d94e00ef4fd1763ebe7097ff74f42728212 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 30 Aug 2014 11:14:51 -0600 Subject: Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start --- apps/platform/stm3240g-eval/up_cxxinitialize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/platform/stm3240g-eval/up_cxxinitialize.c b/apps/platform/stm3240g-eval/up_cxxinitialize.c index de17dd36b..329e8a617 100644 --- a/apps/platform/stm3240g-eval/up_cxxinitialize.c +++ b/apps/platform/stm3240g-eval/up_cxxinitialize.c @@ -115,9 +115,9 @@ extern uint32_t _etext; * initialization of the static C++ class instances. * * This function should then be called in the application-specific - * user_start logic in order to perform the C++ initialization. NOTE - * that no component of the core NuttX RTOS logic is involved; This - * function defintion only provides the 'contract' between application + * logic in order to perform the C++ initialization. NOTE that no + * component of the core NuttX RTOS logic is involved; This function + * definition only provides the 'contract' between application * specific C++ code and platform-specific toolchain support * ***************************************************************************/ -- cgit v1.2.3