OSDN Git Service

xfs: fix comment typo of struct xfs_da_blkinfo.
authorChen Baozi <baozich@gmail.com>
Fri, 13 Jul 2012 19:38:13 +0000 (03:38 +0800)
committerBen Myers <bpm@sgi.com>
Sun, 22 Jul 2012 15:34:42 +0000 (10:34 -0500)
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>
fs/xfs/xfs_da_btree.h

index 9f37aa0..132adaf 100644 (file)
@@ -32,7 +32,7 @@ struct zone;
 /*
  * This structure is common to both leaf nodes and non-leaf nodes in the Btree.
  *
- * Is is used to manage a doubly linked list of all blocks at the same
+ * It is used to manage a doubly linked list of all blocks at the same
  * level in the Btree, and to identify which type of block this is.
  */
 #define XFS_DA_NODE_MAGIC      0xfebe  /* magic number: non-leaf blocks */