f2fs: segment.h: delete a duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 20 Jul 2020 00:13:44 +0000 (17:13 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 20 Jul 2020 22:47:38 +0000 (15:47 -0700)
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>
fs/f2fs/segment.h

index f261e3e6a69bc999937c01af7ad0e3f8a6ed3f1b..752b177073b29b0b2b7dd0f43c11ee7a3af99e20 100644 (file)
@@ -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 */