diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-08-28 14:40:12 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2013-08-28 14:40:12 -0400 |
commit | 70261f568f3c08552f034742e3d5cb78c3877766 (patch) | |
tree | 3234aed602a716519b10ac336d58186751405eda /fs/ext3/dir.c | |
parent | 7afe5aa59ed3da7b6161617e7f157c7c680dc41e (diff) |
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/ext3/dir.c')
-rw-r--r-- | fs/ext3/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/dir.c b/fs/ext3/dir.c index f522425aaa24..bafdd48eefde 100644 --- a/fs/ext3/dir.c +++ b/fs/ext3/dir.c | |||
@@ -41,7 +41,7 @@ static unsigned char get_dtype(struct super_block *sb, int filetype) | |||
41 | 41 | ||
42 | /** | 42 | /** |
43 | * Check if the given dir-inode refers to an htree-indexed directory | 43 | * Check if the given dir-inode refers to an htree-indexed directory |
44 | * (or a directory which chould potentially get coverted to use htree | 44 | * (or a directory which could potentially get converted to use htree |
45 | * indexing). | 45 | * indexing). |
46 | * | 46 | * |
47 | * Return 1 if it is a dx dir, 0 if not | 47 | * Return 1 if it is a dx dir, 0 if not |