summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-05 13:10:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:13 -0500
commitb25c06578681fd96c1a9ef1e7446c2f67cca79ed (patch)
tree835ba19bd1248b7cd7aa122abe443cbc9fe7f2ae /source3/lib/system.c
parent0a32e31cbe6a3d1c9ce0e8e2338bde1ddbf769a9 (diff)
downloadsamba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.tar.gz
samba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.tar.bz2
samba-b25c06578681fd96c1a9ef1e7446c2f67cca79ed.zip
r19102: fix typo, thanks derrell!
metze (This used to be commit 0a516c3026114a32092f4a62fcbbfc4c410c0dea)
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c2
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)