diff options
| author | Zhang Xianwei <zhang.xianwei8@zte.com.cn> | 2025-03-15 14:32:16 +0800 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2025-04-16 10:43:23 +0200 |
| commit | 1c406526bd84f1e0bd4bb4b50c6eeba0b135765a (patch) | |
| tree | 9ffc0c2d6b51dc62fad7b243375cf439ada2ca5a | |
| parent | a37b3b9c3cc595521c7f9d9b2b0b2ad367bf9c98 (diff) | |
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>
| -rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 6493bdb57351..980aabc49512 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -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: |
