From 0951232e9f8b29c60eea8ab30f288f264cda258e Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Thu, 31 May 2007 15:53:28 -0400 Subject: [PATCH] spell check all strings and comments Signed-off-by: Erez Zadok --- fs/unionfs/fanout.h | 2 +- fs/unionfs/mmap.c | 2 +- fs/unionfs/rename.c | 4 ++-- fs/unionfs/super.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index 6e9a89f86e6..f21f23a4a8a 100644 --- a/fs/unionfs/fanout.h +++ b/fs/unionfs/fanout.h @@ -58,7 +58,7 @@ static inline void new_branch_id(struct super_block *sb, int index) /* * Find new index of matching branch with an existing superblock a a known * (possibly old) id. This is needed because branches could have been - * added/deleted causing the branchs of any open files to shift. + * added/deleted causing the branches of any open files to shift. * * @sb: the new superblock which may have new/different branch IDs * @id: the old/existing id we're looking for diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index c79591577a4..82d409518db 100644 --- a/fs/unionfs/mmap.c +++ b/fs/unionfs/mmap.c @@ -21,7 +21,7 @@ /* * Unionfs doesn't implement ->writepages, which is OK with the VFS and - * nkeeps our code simpler and smaller. Nevertheless, somehow, our own + * keeps our code simpler and smaller. Nevertheless, somehow, our own * ->writepage must be called so we can sync the upper pages with the lower * pages: otherwise data changed at the upper layer won't get written to the * lower layer. diff --git a/fs/unionfs/rename.c b/fs/unionfs/rename.c index 3f6366a9983..0bf80482493 100644 --- a/fs/unionfs/rename.c +++ b/fs/unionfs/rename.c @@ -143,8 +143,8 @@ out: } /* - * Main rename code. This is sufficienly complex, that it's documented in - * Docmentation/filesystems/unionfs/rename.txt. This routine calls + * Main rename code. This is sufficiently complex, that it's documented in + * Documentation/filesystems/unionfs/rename.txt. This routine calls * __unionfs_rename() above to perform some of the work. */ static int do_unionfs_rename(struct inode *old_dir, diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 0a12a168189..c5c0933cd47 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -135,7 +135,7 @@ static int unionfs_statfs(struct dentry *dentry, struct kstatfs *buf) /* set return buf to our f/s to avoid confusing user-level utils */ buf->f_type = UNIONFS_SUPER_MAGIC; /* - * Our maximum file name can is shorter bya few bytes because every + * Our maximum file name can is shorter by a few bytes because every * file name could potentially be whited-out. * * XXX: this restriction goes away with ODF. -- 2.43.0