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 | b25c06578681fd96c1a9ef1e7446c2f67cca79ed (patch) | |
tree | 835ba19bd1248b7cd7aa122abe443cbc9fe7f2ae | |
parent | 0a32e31cbe6a3d1c9ce0e8e2338bde1ddbf769a9 (diff) | |
download | samba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.tar.gz samba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.tar.bz2 samba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.zip |
r19102: fix typo, thanks derrell!
metze
(This used to be commit 0a516c3026114a32092f4a62fcbbfc4c410c0dea)
-rw-r--r-- | source3/lib/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index d92262a786..1e7a9c119c 100644 --- a/source3/lib/system.c +++ b/source3/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) |