summaryrefslogtreecommitdiff
path: root/sysdeps/posix/preadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/preadv.c')
-rw-r--r--sysdeps/posix/preadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/preadv.c b/sysdeps/posix/preadv.c
index 3d975226cf..791077399e 100644
--- a/sysdeps/posix/preadv.c
+++ b/sysdeps/posix/preadv.c
@@ -48,7 +48,7 @@ ifree (char **ptrp)
without change the file pointer, and put the result in the buffers
described by VECTOR, which is a vector of COUNT 'struct iovec's.
The buffers are filled in the order specified. Operates just like
- 'read' (see <unistd.h>) except that data are put in VECTOR instead
+ 'pread' (see <unistd.h>) except that data are put in VECTOR instead
of a contiguous buffer. */
ssize_t
PREADV (int fd, const struct iovec *vector, int count, OFF_T offset)