summaryrefslogtreecommitdiff
path: root/apps/platform
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-30 11:14:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-30 11:14:51 -0600
commit932f0d94e00ef4fd1763ebe7097ff74f42728212 (patch)
tree5f7d5100cc8596daba6339432c1d6b3598ff7d26 /apps/platform
parent890ad5576a3d88cf27246c3b4cfe542e721c72dd (diff)
downloadnuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.gz
nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.bz2
nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.zip
Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start
Diffstat (limited to 'apps/platform')
-rw-r--r--apps/platform/stm3240g-eval/up_cxxinitialize.c6
1 files changed, 3 insertions, 3 deletions
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
*
***************************************************************************/