svn commit: samba r19102 - in branches/SAMBA_3_0/source/lib: .

metze at samba.org metze at samba.org
Thu Oct 5 13:10:33 GMT 2006


Author: metze
Date: 2006-10-05 13:10:32 +0000 (Thu, 05 Oct 2006)
New Revision: 19102

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19102

Log:
fix typo, thanks derrell!

metze
Modified:
   branches/SAMBA_3_0/source/lib/system.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/system.c
===================================================================
--- branches/SAMBA_3_0/source/lib/system.c	2006-10-05 12:33:59 UTC (rev 19101)
+++ branches/SAMBA_3_0/source/lib/system.c	2006-10-05 13:10:32 UTC (rev 19102)
@@ -174,7 +174,7 @@
 }
 
 /*******************************************************************
-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)



More information about the samba-cvs mailing list