summaryrefslogtreecommitdiff
path: root/nuttx/sched/init/os_bringup.c
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 /nuttx/sched/init/os_bringup.c
parent890ad5576a3d88cf27246c3b4cfe542e721c72dd (diff)
downloadpx4-nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.gz
px4-nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.bz2
px4-nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.zip
Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start
Diffstat (limited to 'nuttx/sched/init/os_bringup.c')
-rw-r--r--nuttx/sched/init/os_bringup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/init/os_bringup.c b/nuttx/sched/init/os_bringup.c
index 175330ad5..150aa4481 100644
--- a/nuttx/sched/init/os_bringup.c
+++ b/nuttx/sched/init/os_bringup.c
@@ -63,8 +63,8 @@
****************************************************************************/
/* If NuttX is built as a separately compiled module, then the config.h header
- * file should contain the address of the user module entry point. If not
- * then the default entry point is user_start.
+ * file should contain the address of the entry point (or path to the file)
+ * that will perform the application-level initialization.
*/
/* Customize some strings */