Skip to content

Commit

Permalink
fs/ocfs2/suballoc.h: fix spelling typo in comment
Browse files Browse the repository at this point in the history
Fix spelling typo in comment.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jiangshan Yi <[email protected]>
Reported-by: k2ci <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
Jiangshan Yi authored and akpm00 committed Oct 3, 2022
1 parent 6e4a53e commit 1c320cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/suballoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int ocfs2_claim_clusters(handle_t *handle,
u32 *cluster_start,
u32 *num_clusters);
/*
* Use this variant of ocfs2_claim_clusters to specify a maxiumum
* Use this variant of ocfs2_claim_clusters to specify a maximum
* number of clusters smaller than the allocation reserved.
*/
int __ocfs2_claim_clusters(handle_t *handle,
Expand Down

0 comments on commit 1c320cf

Please sign in to comment.