Skip to content

Commit

Permalink
reiserfs: reiserfs.h: delete a duplicated word
Browse files Browse the repository at this point in the history
Drop the repeated word "than" in a comment.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jeff Mahoney <[email protected]>
Cc: [email protected]
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
rddunlap authored and jankara committed Jul 27, 2020
1 parent 17a0445 commit 269f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/reiserfs/reiserfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ int is_reiserfs_jr(struct reiserfs_super_block *rs);
* ReiserFS leaves the first 64k unused, so that partition labels have
* enough space. If someone wants to write a fancy bootloader that
* needs more than 64k, let us know, and this will be increased in size.
* This number must be larger than than the largest block size on any
* This number must be larger than the largest block size on any
* platform, or code will break. -Hans
*/
#define REISERFS_DISK_OFFSET_IN_BYTES (64 * 1024)
Expand Down

0 comments on commit 269f00a

Please sign in to comment.