diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-05-10 14:51:19 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-10 11:56:30 +0200 |
commit | a8cd4561ea176f51e9f4707873ca4eff8fd5ee70 (patch) | |
tree | 82f4f90f732fcc06480073bf494bab503fc24d62 /fs/logfs/dir.c | |
parent | 7d7fb0e6eb78600e5d4fb0f28858e97d38ef6bbf (diff) | |
download | op-kernel-dev-a8cd4561ea176f51e9f4707873ca4eff8fd5ee70.zip op-kernel-dev-a8cd4561ea176f51e9f4707873ca4eff8fd5ee70.tar.gz |
fix "seperate" typos in comments
s/seperate/separate
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/logfs/dir.c')
-rw-r--r-- | fs/logfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/logfs/dir.c b/fs/logfs/dir.c index 2396a85..72d1893 100644 --- a/fs/logfs/dir.c +++ b/fs/logfs/dir.c @@ -12,7 +12,7 @@ * Atomic dir operations * * Directory operations are by default not atomic. Dentries and Inodes are - * created/removed/altered in seperate operations. Therefore we need to do + * created/removed/altered in separate operations. Therefore we need to do * a small amount of journaling. * * Create, link, mkdir, mknod and symlink all share the same function to do |