diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-05 13:10:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:13 -0500 |
commit | 0a516c3026114a32092f4a62fcbbfc4c410c0dea (patch) | |
tree | 0751c912e88f97ee2d77126b9e1b4aec8559122b /source/lib/system.c | |
parent | 2f146ec68344c4bc11e1a9d174bdf548e1a22d5a (diff) | |
download | samba-0a516c3026114a32092f4a62fcbbfc4c410c0dea.tar.gz |
r19102: fix typo, thanks derrell!
metze
Diffstat (limited to 'source/lib/system.c')
-rw-r--r-- | source/lib/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/system.c b/source/lib/system.c index d92262a786d..1e7a9c119ca 100644 --- a/source/lib/system.c +++ b/source/lib/system.c @@ -174,7 +174,7 @@ ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct } /******************************************************************* -A write wrapper that will deal with EINTR. +A recv wrapper that will deal with EINTR. ********************************************************************/ ssize_t sys_recv(int fd, void *buf, size_t count, int flags) |