Skip to content

Commit 887e037

Browse files
rddunlapJaegeuk Kim
authored andcommitted
f2fs: segment.h: delete a duplicated word
Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jaegeuk Kim <[email protected]> Cc: Chao Yu <[email protected]> Cc: [email protected] Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent 02772fb commit 887e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/f2fs/segment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ struct seg_entry {
187187
unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */
188188
#endif
189189
/*
190-
* # of valid blocks and the validity bitmap stored in the the last
190+
* # of valid blocks and the validity bitmap stored in the last
191191
* checkpoint pack. This information is used by the SSR mode.
192192
*/
193193
unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */

0 commit comments

Comments
 (0)