diff options
author | Yonggil Song <yonggil.song@samsung.com> | 2022-09-02 11:07:49 +0900 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2022-10-04 13:31:42 -0700 |
commit | d382e36970ecf8242921400db2afde15fb6ed49e (patch) | |
tree | b1836bdc22afbd0f5f77b3fdde33a4c726a102df /fs/f2fs | |
parent | 9b7eadd9bd3a0cc24533a23d83c46430a0ea60ff (diff) | |
download | linux-stable-d382e36970ecf8242921400db2afde15fb6ed49e.tar.gz linux-stable-d382e36970ecf8242921400db2afde15fb6ed49e.tar.bz2 linux-stable-d382e36970ecf8242921400db2afde15fb6ed49e.zip |
f2fs: fix typo
Fix typo in f2fs.h
Detected by Jaeyoon Choi
Signed-off-by: Yonggil Song <yonggil.song@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r-- | fs/f2fs/f2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 0cc2f7aa45db..d7bb7d4f9434 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -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 */ }; |