diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 17:14:31 -0700 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2020-07-27 10:58:32 +0200 |
commit | 269f00a950cd93c2251fd90909518a069679854c (patch) | |
tree | cd4be8eafafc07b6f6a159910b598c4d25f280ac /fs/reiserfs | |
parent | 17a0445e7b5d0238c01a7e9b9885a4464408eb5d (diff) | |
download | linux-269f00a950cd93c2251fd90909518a069679854c.tar.gz linux-269f00a950cd93c2251fd90909518a069679854c.tar.bz2 linux-269f00a950cd93c2251fd90909518a069679854c.zip |
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 <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>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/reiserfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h index 726580114d55..f69871516167 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) |