Skip to content

Commit 7eba77d

Browse files
rddunlaptorvalds
authored andcommitted
ocfs2: suballoc.h: delete a duplicated word
Drop the repeated word "is" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Joseph Qi <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 504ec37 commit 7eba77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/suballoc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct ocfs2_alloc_context {
4040

4141
u64 ac_last_group;
4242
u64 ac_max_block; /* Highest block number to allocate. 0 is
43-
is the same as ~0 - unlimited */
43+
the same as ~0 - unlimited */
4444

4545
int ac_find_loc_only; /* hack for reflink operation ordering */
4646
struct ocfs2_suballoc_result *ac_find_loc_priv; /* */

0 commit comments

Comments
 (0)