summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-10-12 16:02:32 +1100
committerDave Chinner <david@fromorbit.com>2015-10-12 16:02:32 +1100
commitfef4ded8cb2e53a47093b334e7730d55a3badc59 (patch)
treed6a354a285a705f4ac3bddcdde8ff94ff0a61520 /fs/xfs
parent5bf97b1cb430a3a6da4341ae913299706ebc52f5 (diff)
downloadtalos-op-linux-fef4ded8cb2e53a47093b334e7730d55a3badc59.tar.gz
talos-op-linux-fef4ded8cb2e53a47093b334e7730d55a3badc59.zip
libxfs: fix two comment typos
Just fix two typos in code comments. Signed-off-by: Geliang Tang <geliangtang@163.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/libxfs/xfs_btree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c
index f7d7ee7a2607..1bd35323d793 100644
--- a/fs/xfs/libxfs/xfs_btree.c
+++ b/fs/xfs/libxfs/xfs_btree.c
@@ -222,7 +222,7 @@ xfs_btree_check_ptr(
* long-form btree header.
*
* Prior to calculting the CRC, pull the LSN out of the buffer log item and put
- * it into the buffer so recovery knows what the last modifcation was that made
+ * it into the buffer so recovery knows what the last modification was that made
* it to disk.
*/
void
@@ -254,7 +254,7 @@ xfs_btree_lblock_verify_crc(
* short-form btree header.
*
* Prior to calculting the CRC, pull the LSN out of the buffer log item and put
- * it into the buffer so recovery knows what the last modifcation was that made
+ * it into the buffer so recovery knows what the last modification was that made
* it to disk.
*/
void
OpenPOWER on IntegriCloud