summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c
diff options
context:
space:
mode:
authorRyusuke Konishi2010-03-13 19:32:40 +0100
committerRyusuke Konishi2010-03-14 02:29:51 +0100
commit7a65004bbaa6a21a0438aac9c64814e46084dc3f (patch)
tree3153527bf645a5ee5865f9059b08282ec00e99f5 /fs/nilfs2/super.c
parentnilfs2: fix typo "cout" -> "count" in error message (diff)
downloadkernel-qcow2-linux-7a65004bbaa6a21a0438aac9c64814e46084dc3f.tar.gz
kernel-qcow2-linux-7a65004bbaa6a21a0438aac9c64814e46084dc3f.tar.xz
kernel-qcow2-linux-7a65004bbaa6a21a0438aac9c64814e46084dc3f.zip
nilfs2: fix various typos in comments
This fixes various typos I found in comments of nilfs2. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r--fs/nilfs2/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 92579cc4c935..896b463cc3ce 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -436,7 +436,7 @@ static int nilfs_statfs(struct dentry *dentry, struct kstatfs *buf)
/*
* Compute the overhead
*
- * When distributing meta data blocks outside semgent structure,
+ * When distributing meta data blocks outside segment structure,
* We must count them as the overhead.
*/
overhead = 0;