aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-08-28 14:40:12 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-08-28 14:40:12 -0400
commit70261f568f3c08552f034742e3d5cb78c3877766 (patch)
tree3234aed602a716519b10ac336d58186751405eda /fs/ext4/dir.c
parentext4: convert write_begin methods to stable_page_writes semantics (diff)
downloadlinux-dev-70261f568f3c08552f034742e3d5cb78c3877766.tar.xz
linux-dev-70261f568f3c08552f034742e3d5cb78c3877766.zip
ext4: Fix misspellings using 'codespell' tool
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/dir.c')
-rw-r--r--fs/ext4/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index 3c7d288ae94c..680bb3388919 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -33,7 +33,7 @@ static int ext4_dx_readdir(struct file *, struct dir_context *);
/**
* Check if the given dir-inode refers to an htree-indexed directory
- * (or a directory which chould potentially get coverted to use htree
+ * (or a directory which could potentially get converted to use htree
* indexing).
*
* Return 1 if it is a dx dir, 0 if not