diff options
author | Chen Baozi <baozich@gmail.com> | 2012-07-13 15:38:13 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-07-22 11:34:42 -0400 |
commit | 96ee34be7a0965a117080a28b2c0cc6d4ee6adb1 (patch) | |
tree | 8e7ec9eb6574b76a174394c1c67f4e273513a49d /fs/xfs | |
parent | a2dcf5df5f3813a44423d4a5026666e751ec00dd (diff) |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_da_btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 9f37aa03eb38..132adafb041e 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h | |||
@@ -32,7 +32,7 @@ struct zone; | |||
32 | /* | 32 | /* |
33 | * This structure is common to both leaf nodes and non-leaf nodes in the Btree. | 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 | * level in the Btree, and to identify which type of block this is. | 36 | * level in the Btree, and to identify which type of block this is. |
37 | */ | 37 | */ |
38 | #define XFS_DA_NODE_MAGIC 0xfebe /* magic number: non-leaf blocks */ | 38 | #define XFS_DA_NODE_MAGIC 0xfebe /* magic number: non-leaf blocks */ |