summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
commit2c36f9836d2f68097ed991c9143a18baa45f6ae6 (patch)
tree414b735663365ee1333299dae6932f0908678501 /nuttx/Documentation
parent1758719c3a69bf580e644d7f86f898285d8ba50f (diff)
Misc updates (minor)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5014 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html2
-rw-r--r--nuttx/Documentation/NuttXNxFlat.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 4408de6cf2..6c72771bc5 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -255,7 +255,7 @@
<ul>
<li><b>Virtual Vertical Graphics Space</b>.
Windows that reside in a virtual, <i>vertical</i> space so that it makes
- sense to talk about one window being on top of another and obcuring the
+ sense to talk about one window being on top of another and obscuring the
window below it.
</li>
<li><b>Client/Server Model</b>.
diff --git a/nuttx/Documentation/NuttXNxFlat.html b/nuttx/Documentation/NuttXNxFlat.html
index 3a59397871..e6923a8bcb 100644
--- a/nuttx/Documentation/NuttXNxFlat.html
+++ b/nuttx/Documentation/NuttXNxFlat.html
@@ -143,7 +143,8 @@
This feature is especially attractive when combined with the NuttX ROMFS support:
ROMFS allows you to execute programs in place (XIP) in flash without copying anything
other than the .data section to RAM.
- In fact, the initial NXFLAT release will work only on ROMFS.
+ In fact, the initial NXFLAT release only worked on ROMFS.
+ Later extensions also support execution NXFLAT binaries from an SRAM copy as well.
</p>
<p>
This NuttX feature includes: