GIT: unionfs2-2.6.27.y: spell check all strings and comments
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:34 EDT 2010
commit af4d029506953c79b31fd262c57974ba4d2241b6
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Thu May 31 15:53:28 2007 -0400
spell check all strings and comments
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index 6e9a89f..f21f23a 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 c795915..82d4095 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 3f6366a..0bf8048 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 0a12a16..c5c0933 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.
More information about the unionfs-cvs
mailing list