diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-03 08:04:40 -0300 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-10-07 08:21:13 -0400 |
| commit | 0ff5d146629b1557c6a980c27f290e627175d7b2 (patch) | |
| tree | 40c5c769a6294c073c52256e51cf5bef8a50c7bb /doc | |
| parent | ce0f28fa82966ffc382b07e7ef4c6dc6a0b3f7d3 (diff) | |
| download | olio-uboot-2014.01-0ff5d146629b1557c6a980c27f290e627175d7b2.tar.xz olio-uboot-2014.01-0ff5d146629b1557c6a980c27f290e627175d7b2.zip | |
doc: Fix a typo in the description in doc/README.JFFS2_NAND
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.JFFS2_NAND | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.JFFS2_NAND b/doc/README.JFFS2_NAND index 5018ae834..09788d534 100644 --- a/doc/README.JFFS2_NAND +++ b/doc/README.JFFS2_NAND @@ -1,6 +1,6 @@ JFFS2 NAND support: -To ebable, use the following #define in the board configuration file: +To enable, use the following #define in the board configuration file: #define CONFIG_JFFS2_NAND 1 |