summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttXDemandPaging.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttXDemandPaging.html')
-rwxr-xr-xnuttx/Documentation/NuttXDemandPaging.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttXDemandPaging.html b/nuttx/Documentation/NuttXDemandPaging.html
index 1d54ec091..dc0d5d6ae 100755
--- a/nuttx/Documentation/NuttXDemandPaging.html
+++ b/nuttx/Documentation/NuttXDemandPaging.html
@@ -128,7 +128,7 @@
<p>
This document summarizes the design of NuttX on-demand paging.
- This feature permits embedded MCUs with some limited RAM space to execute large programs some some non-random access media.
+ This feature permits embedded MCUs with some limited RAM space to execute large programs from some non-random access media.
This feature was first discussed in this email thread:
<a href="http://tech.groups.yahoo.com/group/nuttx/message/213">http://tech.groups.yahoo.com/group/nuttx/message/213</a>.
</p>
@@ -152,7 +152,7 @@
</p>
<p>
If the platform meets these requirement, then NuttX can provide on-demand paging:
- It can copy .text from the large program in non-volatile media into RAM as needed to execute the huge program from the small RAM.
+ It can copy .text from the large program in non-volatile media into RAM as needed to execute a huge program from the small RAM.
</p>
<a name="Terminology"><h2>Terminology</h2></a>