Commit e3bc0c42 authored by Kunwu Chan's avatar Kunwu Chan Committed by Andrew Morton
Browse files

ocfs2: fix a spelling typo in comment

parent bf5add39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
				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);