changeset 557:3e36672c3a83

Revert last change. Comment didn't add anything.
author Jim Meyering <jim@meyering.net>
date Tue, 27 Feb 1996 03:57:49 +0000
parents 6a27e67cc59a
children 868612beddbc
files lib/full-write.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/full-write.c	Tue Feb 27 03:33:23 1996 +0000
+++ b/lib/full-write.c	Tue Feb 27 03:57:49 1996 +0000
@@ -34,10 +34,7 @@
 #endif
 
 /* Write LEN bytes at PTR to descriptor DESC, retrying if interrupted.
-   Return LEN upon success, write's (negative) error code otherwise.
-   As the name implies, this function writes all LEN bytes and returns
-   LEN or it fails and returns the negative value returned by the (final)
-   failing write.  */
+   Return LEN upon success, write's (negative) error code otherwise.  */
 
 int
 full_write (desc, ptr, len)