aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunwu Chan <[email protected]>2023-10-25 15:29:06 +0800
committerAndrew Morton <[email protected]>2023-11-01 12:46:59 -0700
commite3bc0c427f2aee757c249e0f087b0a0e810d66e3 (patch)
treeb3b88c7af06b91957b35556ca1f32309e0713e9f
parentbf5add391eeb450b502d2593c05f84982724e6a2 (diff)
ocfs2: fix a spelling typo in comment
Fix a spelling typo in comment. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kunwu Chan <[email protected]> Acked-by: Joseph Qi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-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);