jerenkrantz 02/05/25 15:27:02
Modified: include apr_file_io.h
Log:
That cut-and-paste job was a bit too literal.
Revision Changes Path
1.124 +2 -2 apr/include/apr_file_io.h
Index: apr_file_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_file_io.h,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- apr_file_io.h 25 May 2002 22:23:25 -0000 1.123
+++ apr_file_io.h 25 May 2002 22:27:02 -0000 1.124
@@ -360,8 +360,8 @@
* 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.