diff options
author | 2025-03-15 14:32:16 +0800 | |
---|---|---|
committer | 2025-04-16 10:43:23 +0200 | |
commit | 1c406526bd84f1e0bd4bb4b50c6eeba0b135765a (patch) | |
tree | 9ffc0c2d6b51dc62fad7b243375cf439ada2ca5a /fs/xfs/xfs_log.c | |
parent | xfs: compute buffer address correctly in xmbuf_map_backing_mem (diff) | |
download | wireguard-linux-1c406526bd84f1e0bd4bb4b50c6eeba0b135765a.tar.xz wireguard-linux-1c406526bd84f1e0bd4bb4b50c6eeba0b135765a.zip |
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>
Diffstat (limited to '')
-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: |