reiserfs: reiserfs.h: delete a duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 20 Jul 2020 00:14:31 +0000 (17:14 -0700)
committerJan Kara <jack@suse.cz>
Mon, 27 Jul 2020 08:58:32 +0000 (10:58 +0200)
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 <rdunlap@infradead.org>
Cc: Jan Kara <jack@suse.cz>
Cc: Jeff Mahoney <jeffm@suse.com>
Cc: reiserfs-devel@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
fs/reiserfs/reiserfs.h

index 726580114d55659d686d1f3c6d945486fadeb9f7..f698715161679207bab25a6a40e184659ebb72e2 100644 (file)
@@ -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)