trawick 02/02/13 04:12:11
Modified: include apr_network_io.h
Log:
fix a typo in a comment
Revision Changes Path
1.116 +1 -1 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- apr_network_io.h 9 Jan 2002 18:14:33 -0000 1.115
+++ apr_network_io.h 13 Feb 2002 12:12:11 -0000 1.116
@@ -248,7 +248,7 @@
struct iovec* headers;
/** number of headers in the iovec */
int numheaders;
- /** An iovec to store the trailers sent before the file.
+ /** An iovec to store the trailers sent after the file.
* @defvar iovec *trailers */
struct iovec* trailers;
/** number of trailers in the iovec */