From b25c06578681fd96c1a9ef1e7446c2f67cca79ed Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 5 Oct 2006 13:10:32 +0000 Subject: r19102: fix typo, thanks derrell! metze (This used to be commit 0a516c3026114a32092f4a62fcbbfc4c410c0dea) --- source3/lib/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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) -- cgit