diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 17:13:44 -0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2020-07-20 15:47:38 -0700 |
commit | 887e03739130a5fddadfd6dfe9323a6f117ef582 (patch) | |
tree | 258c893ffe4b14a49d6039c3225dee30728de0d1 /fs/f2fs | |
parent | 02772fbfcba8597eef9d5c5f7f94087132d0c1d4 (diff) | |
download | linux-887e03739130a5fddadfd6dfe9323a6f117ef582.tar.gz linux-887e03739130a5fddadfd6dfe9323a6f117ef582.tar.bz2 linux-887e03739130a5fddadfd6dfe9323a6f117ef582.zip |
f2fs: segment.h: delete a duplicated word
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Chao Yu <chao@kernel.org>
Cc: linux-f2fs-devel@lists.sourceforge.net
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r-- | fs/f2fs/segment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index f261e3e6a69b..752b177073b2 100644 --- a/fs/f2fs/segment.h +++ b/fs/f2fs/segment.h @@ -187,7 +187,7 @@ struct seg_entry { unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */ #endif /* - * # of valid blocks and the validity bitmap stored in the the last + * # of valid blocks and the validity bitmap stored in the last * checkpoint pack. This information is used by the SSR mode. */ unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */ |