[rtems commit] JFFS2: Fix typo

Sebastian Huber sebh at rtems.org
Thu Jan 19 13:10:54 UTC 2017


Module:    rtems
Branch:    master
Commit:    66bd19eaf18f1495e8157cbc9ff45db9a7469888
Changeset: http://git.rtems.org/rtems/commit/?id=66bd19eaf18f1495e8157cbc9ff45db9a7469888

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jan 19 14:10:42 2017 +0100

JFFS2: Fix typo

---

 cpukit/libfs/src/jffs2/include/rtems/jffs2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libfs/src/jffs2/include/rtems/jffs2.h b/cpukit/libfs/src/jffs2/include/rtems/jffs2.h
index b786415..a856c46 100644
--- a/cpukit/libfs/src/jffs2/include/rtems/jffs2.h
+++ b/cpukit/libfs/src/jffs2/include/rtems/jffs2.h
@@ -491,7 +491,7 @@ typedef struct {
   uint32_t flash_size;
 
   /**
-   * @brief Count of flash blocks (eraseable units).
+   * @brief Count of flash blocks (erasable units).
    */
   uint32_t flash_blocks;
 




More information about the vc mailing list