readahead.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-16 11:00:05 +01:00
parent 644ee9c73b
commit b3a695fcd8
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ However, it may block while it reads the filesystem metadata needed
to locate the requested blocks.
This occurs frequently with ext[234] on large files
using indirect blocks instead of extents,
giving the appearence that the call blocks until the requested data has
giving the appearance that the call blocks until the requested data has
been read.
.SH SEE ALSO
.BR lseek (2),