diff options
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r-- | fs/ocfs2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 6b0107f21344..e280833ceb9a 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c | |||
@@ -1215,7 +1215,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh, | |||
1215 | down_write(&oi->ip_alloc_sem); | 1215 | down_write(&oi->ip_alloc_sem); |
1216 | 1216 | ||
1217 | /* | 1217 | /* |
1218 | * Prepare for worst case allocation scenario of two seperate | 1218 | * Prepare for worst case allocation scenario of two separate |
1219 | * extents. | 1219 | * extents. |
1220 | */ | 1220 | */ |
1221 | if (alloc == 2) | 1221 | if (alloc == 2) |