public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: fix comment typo of struct xfs_da_blkinfo.
@ 2012-07-13 19:38 Chen Baozi
  2012-07-16 15:10 ` Ben Myers
  0 siblings, 1 reply; 9+ messages in thread
From: Chen Baozi @ 2012-07-13 19:38 UTC (permalink / raw)
  To: bpm; +Cc: xfs, linux-kernel, Chen Baozi

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

Signed-off-by: Chen Baozi <baozich@gmail.com>
---
 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 dbf7c07..be30bd4 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 */
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-07-20  1:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13 19:38 [PATCH] xfs: fix comment typo of struct xfs_da_blkinfo Chen Baozi
2012-07-16 15:10 ` Ben Myers
2012-07-17  3:33   ` Chen Baozi
2012-07-17  7:06     ` Christoph Hellwig
2012-07-17  9:33       ` Chen Baozi
2012-07-17 13:11         ` Jeff Liu
2012-07-17 13:53           ` Chen Baozi
2012-07-18  1:40       ` Paulo Alcantara
2012-07-20  1:52         ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox