summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-04-28 18:08:32 +0200
committerOndřej Bílka <neleai@seznam.cz>2014-04-28 18:16:07 +0200
commitf7ed60c252627aec9c327ec870101c907b22070c (patch)
tree88a534d8e5e27a287c998ec17d71ceb96355892c /socket
parentdf639d73f421e176d6789b42e47596e3ab5cb70f (diff)
Fix recvmmsg comment.
Diffstat (limited to 'socket')
-rw-r--r--socket/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index c0f3ee65ec..95ee26ab11 100644
--- a/socket/sys/socket.h
+++ b/socket/sys/socket.h
@@ -203,7 +203,7 @@ extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
#ifdef __USE_GNU
/* Receive up to VLEN messages as described by VMESSAGES from socket FD.
- Returns the number of bytes read or -1 for errors.
+ Returns the number of messages received or -1 for errors.
This function is a cancellation point and therefore not marked with
__THROW. */