diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /fs/xfs | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 9f3a78fe6ae4..7465a7ffc4fd 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -938,7 +938,7 @@ out_reclaim: | |||
938 | * Slab object creation initialisation for the XFS inode. | 938 | * Slab object creation initialisation for the XFS inode. |
939 | * This covers only the idempotent fields in the XFS inode; | 939 | * This covers only the idempotent fields in the XFS inode; |
940 | * all other fields need to be initialised on allocation | 940 | * all other fields need to be initialised on allocation |
941 | * from the slab. This avoids the need to repeatedly intialise | 941 | * from the slab. This avoids the need to repeatedly initialise |
942 | * fields in the xfs inode that left in the initialise state | 942 | * fields in the xfs inode that left in the initialise state |
943 | * when freeing the inode. | 943 | * when freeing the inode. |
944 | */ | 944 | */ |