summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorKunwu Chan <chentao@kylinos.cn>2023-10-25 15:29:06 +0800
committerAndrew Morton <akpm@linux-foundation.org>2023-11-01 12:46:59 -0700
commite3bc0c427f2aee757c249e0f087b0a0e810d66e3 (patch)
treeb3b88c7af06b91957b35556ca1f32309e0713e9f /fs/ocfs2
parentbf5add391eeb450b502d2593c05f84982724e6a2 (diff)
downloadlinux-e3bc0c427f2aee757c249e0f087b0a0e810d66e3.tar.gz
linux-e3bc0c427f2aee757c249e0f087b0a0e810d66e3.tar.bz2
linux-e3bc0c427f2aee757c249e0f087b0a0e810d66e3.zip
ocfs2: fix a spelling typo in comment
Fix a spelling typo in comment. Link: https://lkml.kernel.org/r/20231025072906.14285-1-chentao@kylinos.cn Signed-off-by: Kunwu Chan <chentao@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/buffer_head_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c
index 6cb919f60011..cdb9b9bdea1f 100644
--- a/fs/ocfs2/buffer_head_io.c
+++ b/fs/ocfs2/buffer_head_io.c
@@ -345,7 +345,7 @@ read_failure:
if (new_bh && bh) {
/* If middle bh fails, let previous bh
* finish its read and then put it to
- * aovoid bh leak
+ * avoid bh leak
*/
if (!buffer_jbd(bh))
wait_on_buffer(bh);