diff options
Diffstat (limited to 'misc/preadv64v2.c')
-rw-r--r-- | misc/preadv64v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/preadv64v2.c b/misc/preadv64v2.c index 3d838d9..4570b13 100644 --- a/misc/preadv64v2.c +++ b/misc/preadv64v2.c @@ -19,7 +19,7 @@ #include <errno.h> #include <sys/uio.h> -/* Same as preadv64 but with an addional flag argument. */ +/* Same as preadv64 but with an additional flag argument. */ ssize_t preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, int flags) |