ocfs2: fix a spelling typo in comment
authorKunwu Chan <chentao@kylinos.cn>
Wed, 25 Oct 2023 07:29:06 +0000 (15:29 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 1 Nov 2023 19:46:59 +0000 (12:46 -0700)
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>
fs/ocfs2/buffer_head_io.c

index 6cb919f60011b9721bff266070901ac25a7c7123..cdb9b9bdea1f6d69a1d122943c48f31b951e1de7 100644 (file)
@@ -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);