diff options
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 3ba6ce69..f503bb99 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -888,7 +888,7 @@ sk_send(sock *s, unsigned len) * @addr: IP address to send the packet to * @port: port to send the packet to * - * This is a sk_send() replacement for connectionless packet sockets + * This is a sk_send() replacement for connection-less packet sockets * which allows destination of the packet to be chosen dynamically. */ int |