ext4: fix possible access violation when copying name fields
[lwext4.git] / README.md
index 34c3f5e135e1de96fe1aa061ee545628543defd4..a941f0c9881c7c879fe6dad6a4e284f02c5f23dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ The main goal of the lwext4 project is to provide ext2/3/4 filesystem for microc
  - extents - fast big file truncate
  - journaling transactions & recovery - power loss resistance
 
-Lwext4 is an excellent choice for SD/MMC card, USB flash drive or other block based memory device. However it is not good for flash memory–based storage devices.
+Lwext4 is an excellent choice for SD/MMC card, USB flash drive or any other wear
+leveled memory types. However it is not good for raw flash devices.
 
 Feel free to contact me:
 kostka.grzegorz@gmail.com
@@ -189,7 +190,7 @@ Lwext4 could be compiled for many targets. Here are an examples for 8/16/32/64 b
 * generic for x86 or amd64
 * arm-none-eabi-gcc for ARM cortex-m0/m3/m4 microcontrollers
 * avr-gcc for AVR xmega microcontrollers
-* bfin-elf-gcc for blockfin processors 
+* bfin-elf-gcc for blackfin processors
 * msp430-gcc for msp430 microcontrollers
 
 Library has been tested only for generic (amd64) & ARM Cortex M architectures.