Skip to content

Commit 77bfe1b

Browse files
algonellcmaiolino
authored andcommitted
xfs: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
1 parent 4390f01 commit 77bfe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_log_recover.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ xlog_find_item_ops(
18491849
* from the transaction. However, we can't do that until after we've
18501850
* replayed all the other items because they may be dependent on the
18511851
* cancelled buffer and replaying the cancelled buffer can remove it
1852-
* form the cancelled buffer table. Hence they have tobe done last.
1852+
* form the cancelled buffer table. Hence they have to be done last.
18531853
*
18541854
* 3. Inode allocation buffers must be replayed before inode items that
18551855
* read the buffer and replay changes into it. For filesystems using the

0 commit comments

Comments
 (0)