summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-27 03:57:49 +0000
committerJim Meyering <jim@meyering.net>1996-02-27 03:57:49 +0000
commit72241c0af95e18e284fb9700d34f9b6362ae7d75 (patch)
treeb16bd99eae7d14e71b605f24b3fd53b37a4b4856
parenta5356369542b84bf20c4ea7bf48cec900de31d6a (diff)
downloadgnulib-72241c0af95e18e284fb9700d34f9b6362ae7d75.tar.gz
Revert last change. Comment didn't add anything.TEXTUTILS-1_14a
-rw-r--r--lib/full-write.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/full-write.c b/lib/full-write.c
index aa8cff35de..2a65ac5e52 100644
--- a/lib/full-write.c
+++ b/lib/full-write.c
@@ -34,10 +34,7 @@ extern int errno;
#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)