From: Randy Dunlap Date: Mon, 20 Jul 2020 00:14:31 +0000 (-0700) Subject: reiserfs: reiserfs.h: delete a duplicated word X-Git-Tag: v5.9-rc1~111^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=269f00a950cd93c2251fd90909518a069679854c;p=thirdparty%2Fkernel%2Flinux.git reiserfs: reiserfs.h: delete a duplicated word Drop the repeated word "than" in a comment. Link: https://lore.kernel.org/r/20200720001431.29718-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap Cc: Jan Kara Cc: Jeff Mahoney Cc: reiserfs-devel@vger.kernel.org Signed-off-by: Jan Kara --- diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h index 726580114d556..f698715161679 100644 --- a/fs/reiserfs/reiserfs.h +++ b/fs/reiserfs/reiserfs.h @@ -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)