mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
a37b3b9c3c
commit
1c406526bd
|
|
@ -2888,7 +2888,7 @@ xlog_force_and_check_iclog(
|
|||
*
|
||||
* 1. the current iclog is active and has no data; the previous iclog
|
||||
* is in the active or dirty state.
|
||||
* 2. the current iclog is drity, and the previous iclog is in the
|
||||
* 2. the current iclog is dirty, and the previous iclog is in the
|
||||
* active or dirty state.
|
||||
*
|
||||
* We may sleep if:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user