diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index 4366c861db1414f4232ce4277408a6686085800e..334ecfe863846dfffdc85c120029bba377877972 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -419,7 +419,7 @@ int ll_readdir(struct file *filp, void *cookie, filldir_t filldir) if (!IS_ERR(page)) { /* - * If page is empty (end of directoryis reached), + * If page is empty (end of directory is reached), * use this value. */ __u64 hash = DIR_END_OFF;