From 0a516c3026114a32092f4a62fcbbfc4c410c0dea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 5 Oct 2006 13:10:32 +0000 Subject: [PATCH] r19102: fix typo, thanks derrell! metze --- source/lib/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT