Skip to content

Commit 1c40652

Browse files
zhangxianwei8cmaiolino
authored andcommitted
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>
1 parent a37b3b9 commit 1c40652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ xlog_force_and_check_iclog(
28882888
*
28892889
* 1. the current iclog is active and has no data; the previous iclog
28902890
* 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
28922892
* active or dirty state.
28932893
*
28942894
* We may sleep if:

0 commit comments

Comments
 (0)