summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-09-05 14:16:56 +0800
committerAndrew Morton <akpm@linux-foundation.org>2022-10-03 14:21:42 -0700
commit1c320cfa17701cbf98085b34ad6159e9f41e5268 (patch)
tree031b536cd27f2394618052d215f1fbf61e60a0f1 /fs/ocfs2
parent6e4a53ee7989c8a2b9fc3b14cd90f6e2d613ca76 (diff)
downloadlinux-1c320cfa17701cbf98085b34ad6159e9f41e5268.tar.bz2
fs/ocfs2/suballoc.h: fix spelling typo in comment
Fix spelling typo in comment. Link: https://lkml.kernel.org/r/20220905061656.1829179-1-13667453960@163.com Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Reported-by: k2ci <kernel-bot@kylinos.cn> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/suballoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h
index 5805a03d100b..9c74eace3adc 100644
--- a/fs/ocfs2/suballoc.h
+++ b/fs/ocfs2/suballoc.h
@@ -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,