Commit 509fdeb3 authored by Md Shofiqul Islam's avatar Md Shofiqul Islam Committed by Carlos Maiolino
Browse files

xfs: Fix typo in comment



Fix spelling mistake in comment:
 - occured -> occurred

Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarMd Shofiqul Islam <shofiqtest@gmail.com>
Signed-off-by: default avatarCarlos Maiolino <cem@kernel.org>
parent 5082d883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ xfs_dax_notify_dev_failure(
	/*
	 * Shutdown fs from a force umount in pre-remove case which won't fail,
	 * so errors can be ignored.  Otherwise, shutdown the filesystem with
	 * CORRUPT flag if error occured or notify.want_shutdown was set during
	 * CORRUPT flag if error occurred or notify.want_shutdown was set during
	 * RMAP querying.
	 */
	if (mf_flags & MF_MEM_PRE_REMOVE)