aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-07-15 14:00:35 +0800
committerakpm <akpm@linux-foundation.org>2022-07-17 17:31:43 -0700
commit233eb8d6894ed3349e9971a51dd8a9b5586e2598 (patch)
tree70f86a7021f75bcbc4d6bde5148b77bce9c75301 /fs/ocfs2
parentia64: old_rr4 added under CONFIG_HUGETLB_PAGE (diff)
downloadlinux-dev-233eb8d6894ed3349e9971a51dd8a9b5586e2598.tar.xz
linux-dev-233eb8d6894ed3349e9971a51dd8a9b5586e2598.zip
fs/ocfs2: Fix spelling typo in comment
Fix spelling typo in comment. Link: https://lkml.kernel.org/r/20220715060035.632903-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/quota_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
index 0b6f551a342a..dc9f76ab7e13 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -412,7 +412,7 @@ out_unlock:
goto out_err;
}
-/* Write information to global quota file. Expects exlusive lock on quota
+/* Write information to global quota file. Expects exclusive lock on quota
* file inode and quota info */
static int __ocfs2_global_write_info(struct super_block *sb, int type)
{