Skip to content

Commit 5176140

Browse files
Yuanheng Zhangakpm00
authored andcommitted
ocfs2: fix a typo in a comment
Fix spelling typo in comment. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Yuanheng Zhang <[email protected]> Acked-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 94a03e1 commit 5176140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/buffer_head_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
158158
if (new_bh && bh) {
159159
/* If middle bh fails, let previous bh
160160
* finish its read and then put it to
161-
* aovoid bh leak
161+
* avoid bh leak
162162
*/
163163
if (!buffer_jbd(bh))
164164
wait_on_buffer(bh);

0 commit comments

Comments
 (0)