summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-02-27 17:56:24 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-02-27 17:56:24 +0000
commit422d1c0eddd9894960bc5b1a248cbc357a1c1746 (patch)
tree434fa2c38c47e9eb75ce67931836ec85aa1057d7 /include
parent67636b68b476476391a5b0cf8e11a415547b34db (diff)
downloadlibapr-422d1c0eddd9894960bc5b1a248cbc357a1c1746.tar.gz
fix a typo in a comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 634cd42ce..3e1526c00 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -357,7 +357,7 @@ typedef int apr_socklen_t;
#define APR_SIZEOF_VOIDP 4
#endif
-/* XXX These simply don't belong here, perhaps in apr_portabile.h
+/* XXX These simply don't belong here, perhaps in apr_portable.h
* based on some APR_HAVE_PID/GID/UID?
*/
typedef int pid_t;