You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/23 14:26:28 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5065: sched: use exec_spawn instead of exec, serial: add CONFIG_TTY_LAUNCH support

gustavonihei commented on a change in pull request #5065:
URL: https://github.com/apache/incubator-nuttx/pull/5065#discussion_r774603688



##########
File path: Documentation/applications/nsh/installation.rst
##########
@@ -14,11 +14,11 @@ increasing difficulty:
   #. You replace the sample code at ``apps/examples/nsh/nsh_main.c`` with
      whatever start-up logic that you want. NSH is a library at
      ``apps/nshlib``. ``apps.examples/nsh`` is just a tiny, example
-     start-up function (``CONFIG_USER_ENTRYPOINT``\ ()) that that runs
+     start-up function (``CONFIG_INIT_ENTRYPOINT``\ ()) that that runs

Review comment:
       ```suggestion
        start-up function (``CONFIG_INIT_ENTRYPOINT``\ ()) that runs
   ```
   Could you please remove this duplicated "that"? Thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org