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>
This commit is contained in:
Родитель
5bf97b1cb4
Коммит
fef4ded8cb
|
@ -222,7 +222,7 @@ xfs_btree_check_ptr(
|
||||||
* long-form btree header.
|
* long-form btree header.
|
||||||
*
|
*
|
||||||
* Prior to calculting the CRC, pull the LSN out of the buffer log item and put
|
* 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.
|
* it to disk.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
@ -254,7 +254,7 @@ xfs_btree_lblock_verify_crc(
|
||||||
* short-form btree header.
|
* short-form btree header.
|
||||||
*
|
*
|
||||||
* Prior to calculting the CRC, pull the LSN out of the buffer log item and put
|
* 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.
|
* it to disk.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Загрузка…
Ссылка в новой задаче