diff options
author | Denis Vlasenko | 2007-04-04 11:02:55 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-04 11:02:55 +0000 |
commit | 794687947fe9eb15b2512a0d9645d827348c5f6f (patch) | |
tree | 0fb7585537a86b0e02cb7c96caa5c04b70eacb74 /ipsvd/udp_io.c | |
parent | 64a15124e71b89dca7b00ba76a2ca821e69b5daa (diff) | |
download | busybox-794687947fe9eb15b2512a0d9645d827348c5f6f.zip busybox-794687947fe9eb15b2512a0d9645d827348c5f6f.tar.gz |
Add/improve comment, shorten some usage texts. No code changes.
Diffstat (limited to 'ipsvd/udp_io.c')
-rw-r--r-- | ipsvd/udp_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/udp_io.c b/ipsvd/udp_io.c index 2efc159..592d98b 100644 --- a/ipsvd/udp_io.c +++ b/ipsvd/udp_io.c @@ -95,7 +95,7 @@ send_to_from(int fd, void *buf, size_t len, int flags, /* NB: this will never set port# in 'to'! * _Only_ IP/IPv6 address part of 'to' is _maybe_ modified. - * Typical usage is to preinit it with "default" value + * Typical usage is to preinit 'to' with "default" value * before calling recv_from_to(). */ ssize_t recv_from_to(int fd, void *buf, size_t len, int flags, |