Commit 77bfe1b1 authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Carlos Maiolino

xfs: fix a typo

Fix a typo in comments.
Signed-off-by: default avatarAndrew Kreimer <algonell@gmail.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarCarlos Maiolino <cem@kernel.org>
parent 4390f019
...@@ -1849,7 +1849,7 @@ xlog_find_item_ops( ...@@ -1849,7 +1849,7 @@ xlog_find_item_ops(
* from the transaction. However, we can't do that until after we've * 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 * replayed all the other items because they may be dependent on the
* cancelled buffer and replaying the cancelled buffer can remove it * 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 * 3. Inode allocation buffers must be replayed before inode items that
* read the buffer and replay changes into it. For filesystems using the * read the buffer and replay changes into it. For filesystems using the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment