diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-10-03 00:19:48 +0300 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2024-10-09 10:05:26 +0200 |
commit | 77bfe1b11ea0c0c4b0ce19b742cd1aa82f60e45d (patch) | |
tree | e5513ce651b6265bfd0d9d98a4d7fe254bfdf66e /fs/xfs/xfs_log_recover.c | |
parent | 4390f019ad7866c3791c3d768d2ff185d89e8ebe (diff) |
xfs: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index ec766b4bc853..a13bf53fea49 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -1849,7 +1849,7 @@ xlog_find_item_ops( * from the transaction. However, we can't do that until after we've * replayed all the other items because they may be dependent on the * cancelled buffer and replaying the cancelled buffer can remove it - * form the cancelled buffer table. Hence they have tobe done last. + * form the cancelled buffer table. Hence they have to be done last. * * 3. Inode allocation buffers must be replayed before inode items that * read the buffer and replay changes into it. For filesystems using the |