Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

xfs: Fix spelling mistake "drity" -> "dirty"

There is a spelling mistake in fs/xfs/xfs_log.c. Fix it.

Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>

authored by

Zhang Xianwei and committed by
Carlos Maiolino
1c406526 a37b3b9c

+1 -1
+1 -1
fs/xfs/xfs_log.c
··· 2888 2888 * 2889 2889 * 1. the current iclog is active and has no data; the previous iclog 2890 2890 * is in the active or dirty state. 2891 - * 2. the current iclog is drity, and the previous iclog is in the 2891 + * 2. the current iclog is dirty, and the previous iclog is in the 2892 2892 * active or dirty state. 2893 2893 * 2894 2894 * We may sleep if: