From: Chen Baozi Date: Fri, 13 Jul 2012 19:38:13 +0000 (+0800) Subject: xfs: fix comment typo of struct xfs_da_blkinfo. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=96ee34be7a0965a117080a28b2c0cc6d4ee6adb1;p=linux.git xfs: fix comment typo of struct xfs_da_blkinfo. Fix trivial typo error that has written "It" to "Is". Signed-off-by: Chen Baozi Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 9f37aa03eb389..132adafb041ec 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h @@ -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 */