public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] ext2: fix a typo in ext2.h
@ 2009-03-30 12:19 Ali Gholami Rudi
  2009-03-31 13:14 ` Jan Kara
  2009-04-01  8:48 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Ali Gholami Rudi @ 2009-03-30 12:19 UTC (permalink / raw)
  To: linux-ext4; +Cc: linux-kernel


Signed-off-by: Ali Gholami Rudi <ali@rudi.ir>
---
 fs/ext2/ext2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h
index 3203042..6888b2d 100644
--- a/fs/ext2/ext2.h
+++ b/fs/ext2/ext2.h
@@ -27,7 +27,7 @@ struct ext2_inode_info {
 	/*
 	 * i_block_group is the number of the block group which contains
 	 * this file's inode.  Constant across the lifetime of the inode,
-	 * it is ued for making block allocation decisions - we try to
+	 * it is used for making block allocation decisions - we try to
 	 * place a file's data blocks near its inode block, and new inodes
 	 * near to their parent directory's inode.
 	 */

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

end of thread, other threads:[~2009-04-01  8:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 12:19 [PATCH][TRIVIAL] ext2: fix a typo in ext2.h Ali Gholami Rudi
2009-03-31 13:14 ` Jan Kara
2009-04-01  8:48 ` Jiri Kosina

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