From 635b178311d1ce04d3d660e902ae86f2ab576734 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Mon, 6 Aug 2012 17:59:41 +0000
Subject: [PATCH] Misc updates (minor)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5014 42af7a65-404d-4744-a932-0658087f49c3
---
Documentation/NXGraphicsSubsystem.html | 2 +-
Documentation/NuttXNxFlat.html | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html
index 4408de6cf2a..6c72771bc56 100644
--- a/Documentation/NXGraphicsSubsystem.html
+++ b/Documentation/NXGraphicsSubsystem.html
@@ -255,7 +255,7 @@
- Virtual Vertical Graphics Space.
Windows that reside in a virtual, vertical 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.
- Client/Server Model.
diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html
index 3a593978712..e6923a8bcbd 100644
--- a/Documentation/NuttXNxFlat.html
+++ b/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.
This NuttX feature includes: