summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-05-25 22:27:02 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-05-25 22:27:02 +0000
commit100abc6a6142e9f52714067813e8c9f38d20164c (patch)
treefa88a7c798bc41ca05eb3905a70c5cdd9a4cd849
parent7f465d56927b794c2a083a39898d0897b0c26fbc (diff)
downloadapr-100abc6a6142e9f52714067813e8c9f38d20164c.tar.gz
That cut-and-paste job was a bit too literal.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63434 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_file_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h
index 3d4398402..c0f4dc244 100644
--- a/include/apr_file_io.h
+++ b/include/apr_file_io.h
@@ -360,8 +360,8 @@ APR_DECLARE(apr_status_t) apr_file_writev(apr_file_t *thefile,
* is reached. If a char was put back into the stream via ungetc,
* it will be the first character returned.
*
- * It is possible for both bytes to be written and an error to be
- * returned. And if *bytes_written is less than nbytes, an
+ * It is possible for both bytes to be read and an error to be
+ * returned. And if *bytes_read is less than nbytes, an
* accompanying error is _always_ returned.
*
* APR_EINTR is never returned.