diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 526892d3ef9..0408f82ac80 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2130,7 +2130,7 @@ else
Binary Loader Support.
These are low-level interfaces used in binfmt/ to instantiate tasks with address environments.
- These interfaces all operate on type task_addrenv_t which is an abstract representation of a asks's address environment and must be defined in arch/arch.h if CONFIG_ADDRENVM is defined.
+ These interfaces all operate on type task_addrenv_t which is an abstract representation of a asks's address environment and must be defined in arch/arch.h if CONFIG_ADDRENV is defined.
These low-level interfaces include:
up_addrenv_release():
- ARelease the TCBs reference to an address environment when a task/thread exits.
+ Release the TCB's reference to an address environment when a task/thread exits.
CONFIG_ADDRENV:
The CPU supports an MMU and CPU port supports provision of address
- environments for tasks (making the, perhaps, processes).