Commit d382e369 authored by Yonggil Song's avatar Yonggil Song Committed by Jaegeuk Kim

f2fs: fix typo

Fix typo in f2fs.h
Detected by Jaeyoon Choi
Signed-off-by: default avatarYonggil Song <yonggil.song@samsung.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 9b7eadd9
......@@ -274,7 +274,7 @@ enum {
ORPHAN_INO, /* for orphan ino list */
APPEND_INO, /* for append ino list */
UPDATE_INO, /* for update ino list */
TRANS_DIR_INO, /* for trasactions dir ino list */
TRANS_DIR_INO, /* for transactions dir ino list */
FLUSH_INO, /* for multiple device flushing */
MAX_INO_ENTRY, /* max. list */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment