summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
diff options
context:
space:
mode:
authorMasahiro Yamada2017-05-09 00:57:53 +0200
committerLinus Torvalds2017-05-09 02:15:13 +0200
commit6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4 (patch)
tree4b65bc12c596702439f0074ff9d5def19e9e3c92 /fs/xfs/xfs_log_recover.c
parentscripts/spelling.txt: add regsiter -> register spelling mistake (diff)
downloadkernel-qcow2-linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.gz
kernel-qcow2-linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.tar.xz
kernel-qcow2-linux-6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4.zip
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: intialisation||initialisation intialised||initialised intialise||initialise This commit does not intend to change the British spelling itself. Link: http://lkml.kernel.org/r/1481573103-11329-18-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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.
*/