diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 870c64d098..99c6fd8ffc 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -924,7 +924,7 @@
New interfaces to read from graphics memory.
Drivers.
- The AT24xx FLASH drivers will now support clustering of blocks to achieve a larger, more usable block size for FAT.
+ The AT24xx FLASH driver will now supports clustering of blocks to achieve a larger, more usable block size for NXFFS.
STM32.
LCD color corrections.
@@ -2644,7 +2644,7 @@ nuttx-6.11 2011-11-12 Gregory Nutt <gnutt@nuttx.org>
if the block size is large, but can be common for tiny block sizes
and results in a crash and file system corruption.
* fs/nxffs/nxffs_initialize.c: Fix an initialize error. If the FLASH
- is on power-up, NXFFS will fail to initialize correctly.
+ is full on power-up, NXFFS will fail to initialize correctly.
* fs/nxffs/nxffs_write.c and nxffs_pack.c: Fix an error that can occur
when attempt to write to FLASH volume that is completely full but
has no value inodes on it.