summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_recover.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-04-26 17:00:01 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-26 17:00:01 +1000
commit156bc9d0af408cf0c7cdc27cd02791d340adf6bd (patch)
tree4a1c94470cb82e7e8c88a3270d4595cbdaed9d68 /fs/xfs/xfs_log_recover.c
parent3f6ac2b885a192bf688b535a4f9dc329bc7e97ff (diff)
parentb7796f38de8afef781e52f484599845de84f9cf4 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r--fs/xfs/xfs_log_recover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index 4a98762ec8b4..cd0b077deb35 100644
--- a/fs/xfs/xfs_log_recover.c
+++ b/fs/xfs/xfs_log_recover.c
@@ -3796,7 +3796,7 @@ xlog_recover_bud_pass2(
* This routine is called when an inode create format structure is found in a
* committed transaction in the log. It's purpose is to initialise the inodes
* being allocated on disk. This requires us to get inode cluster buffers that
- * match the range to be intialised, stamped with inode templates and written
+ * match the range to be initialised, stamped with inode templates and written
* by delayed write so that subsequent modifications will hit the cached buffer
* and only need writing out at the end of recovery.
*/