diff options
| author | Swarna Prabhu <sw.prabhu6@gmail.com> | 2025-06-17 17:40:47 +0000 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-06-24 21:34:37 +0000 |
| commit | 1f136890263c3d34072b8eeea905c1f47e30369a (patch) | |
| tree | abf79fce3e9b326d896281fb438a24eafd93977e /fs/f2fs/node.h | |
| parent | f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic (diff) | |
| download | linux-1f136890263c3d34072b8eeea905c1f47e30369a.tar.gz linux-1f136890263c3d34072b8eeea905c1f47e30369a.zip | |
f2fs: Fix the typos in comments
This patch fixes minor typos in comments in f2fs.
Signed-off-by: Swarna Prabhu <s.prabhu@samsung.com>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/node.h')
| -rw-r--r-- | fs/f2fs/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/node.h b/fs/f2fs/node.h index 1446c433b3ec..b5218d642545 100644 --- a/fs/f2fs/node.h +++ b/fs/f2fs/node.h @@ -31,7 +31,7 @@ /* control total # of nats */ #define DEF_NAT_CACHE_THRESHOLD 100000 -/* control total # of node writes used for roll-fowrad recovery */ +/* control total # of node writes used for roll-forward recovery */ #define DEF_RF_NODE_BLOCKS 0 /* vector size for gang look-up from nat cache that consists of radix tree */ |
