summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)