diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2fa0b2a71f8..a7082a0ec5b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1713,7 +1713,7 @@ The system can be re-made subsequently by just typing make. This function may be called anytime after up_create_stack() or up_use_stack() have been called but before the task has been started.

- Thread data may be kept in the stack (instead of in the TCB) if it is accessed by the user code directory. + Thread data may be kept in the stack (instead of in the TCB) if it is accessed by the user code directly. This includes such things as argv[]. The stack memory is guaranteed to be in the same protection domain as the thread.