Skip to content

Commit

Permalink
fs/ocfs2: 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/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>
  • Loading branch information
Jiangshan Yi authored and akpm committed Jul 18, 2022
1 parent 1298f83 commit 233eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/quota_global.c
Original file line number Diff line number Diff line change
@@ -412,7 +412,7 @@ int ocfs2_global_read_info(struct super_block *sb, int type)
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)
{

0 comments on commit 233eb8d

Please sign in to comment.