]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: fix two comment typos
authorGeliang Tang <geliangtang@163.com>
Wed, 17 Feb 2016 05:45:41 +0000 (16:45 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 17 Feb 2016 05:45:41 +0000 (16:45 +1100)
Source kernel commit fef4ded8cb2e53a47093b334e7730d55a3badc59

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>
libxfs/xfs_btree.c

index 658f27e4fede1a995a19315687f3dc45945b33b9..efcad2627b19e361cf9fff8091acfa6b9904c25a 100644 (file)
@@ -219,7 +219,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
@@ -257,7 +257,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