Commit 96ee34be7a0965a117080a28b2c0cc6d4ee6adb1

Authored by Chen Baozi
Committed by Ben Myers
1 parent a2dcf5df5f

xfs: fix comment typo of struct xfs_da_blkinfo.

Fix trivial typo error that has written "It" to "Is".

Signed-off-by: Chen Baozi <baozich@gmail.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

fs/xfs/xfs_da_btree.h
... ... @@ -32,7 +32,7 @@
32 32 /*
33 33 * This structure is common to both leaf nodes and non-leaf nodes in the Btree.
34 34 *
35   - * Is is used to manage a doubly linked list of all blocks at the same
  35 + * It is used to manage a doubly linked list of all blocks at the same
36 36 * level in the Btree, and to identify which type of block this is.
37 37 */
38 38 #define XFS_DA_NODE_MAGIC 0xfebe /* magic number: non-leaf blocks */