summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-13 12:12:11 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-13 12:12:11 +0000
commitc278b50fcf12ddc237ec32e03a7a9a5d0751a082 (patch)
treeec28de4e62d774be63ef3db7c32a2887cb750cf5 /include/apr_network_io.h
parentcd7e95bb2b00cb74ba0bc50522d6944d8541e1e0 (diff)
downloadlibapr-c278b50fcf12ddc237ec32e03a7a9a5d0751a082.tar.gz
fix a typo in a comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index f3c03e2be..b1ccdb78f 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -248,7 +248,7 @@ struct apr_hdtr_t {
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 */