summaryrefslogtreecommitdiff
path: root/nuttx/drivers/eeprom/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/eeprom/README.txt')
-rwxr-xr-xnuttx/drivers/eeprom/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/drivers/eeprom/README.txt b/nuttx/drivers/eeprom/README.txt
index 60938ccf4..c577865d1 100755
--- a/nuttx/drivers/eeprom/README.txt
+++ b/nuttx/drivers/eeprom/README.txt
@@ -63,10 +63,9 @@ EEPROM Device Support
drivers/mtd/at24xx.c
---------------------
- This is drier for I2C-based at24cxx EEPROM (at24c32 ,at24c64, at24c128,
- at24c256, at24c512). This driver driver is currently provided as an
- MTD driver but could easily be modified to support the character driver
- interface
+ This is a driver for I2C-based at24cxx EEPROM (at24c32, at24c64, at24c128,
+ at24c256, at24c512). This driver is currently provided as an MTD driver
+ but could easily be modified to support the character driver interface.
File Systems
============