summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-15 21:02:54 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-15 21:02:54 +0000
commitc3f7c1f05c5069fa70383b7a70add9b7c40c17dc (patch)
tree23c14c7f9e8c91cb944c4b4ebad2922f2ac1a0aa /include/apr_network_io.h
parente54a0be876e1ab6c73ae38be8f7ccb871537fa0b (diff)
downloadlibapr-c3f7c1f05c5069fa70383b7a70add9b7c40c17dc.tar.gz
fix some homophonic issues in comments, as well as some
mispelings found near "its" or "it's" (helping our 4th grader with homework, couldn't help but grep) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62170 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 40fa8557c..acb39b4c3 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -764,7 +764,7 @@ APR_DECLARE(apr_status_t) apr_socket_from_file(apr_socket_t **newsock,
/**
* Given an apr_sockaddr_t and a service name, set the port for the service
- * @param sockaddr The apr_sockaddr_t that will have it's port set
+ * @param sockaddr The apr_sockaddr_t that will have its port set
* @param servname The name of the service you wish to use
*/
APR_DECLARE(apr_status_t) apr_getservbyname(apr_sockaddr_t *sockaddr,