Skip to content

Commit 269f00a

Browse files
rddunlapjankara
authored andcommitted
reiserfs: reiserfs.h: delete a duplicated word
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]>
1 parent 17a0445 commit 269f00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/reiserfs/reiserfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ int is_reiserfs_jr(struct reiserfs_super_block *rs);
11091109
* ReiserFS leaves the first 64k unused, so that partition labels have
11101110
* enough space. If someone wants to write a fancy bootloader that
11111111
* needs more than 64k, let us know, and this will be increased in size.
1112-
* This number must be larger than than the largest block size on any
1112+
* This number must be larger than the largest block size on any
11131113
* platform, or code will break. -Hans
11141114
*/
11151115
#define REISERFS_DISK_OFFSET_IN_BYTES (64 * 1024)

0 commit comments

Comments
 (0)