cygwin: pread: Remove incorrect comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-08 13:36:34 +01:00
parent c983aa4879
commit 181fe5d2ed
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ fhandler_disk_file::pread (void *buf, size_t count, off_t offset)
return -1;
}
else
res = io.Information; /* Valid on EOF. */
res = io.Information;
}
else
{