summaryrefslogtreecommitdiff
path: root/modules/arch
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-12 00:35:39 +0000
committerJeff Trawick <trawick@apache.org>2011-03-12 00:35:39 +0000
commit4598f1a7d4f54711c1f8b04152bb4384c99db060 (patch)
tree4d783ffbf27a6ed188b5ce2c1b4fa5917c2e033f /modules/arch
parentd7edefbbe424ba4d82cdf4b8ed6e19ba00115c24 (diff)
downloadhttpd-4598f1a7d4f54711c1f8b04152bb4384c99db060.tar.gz
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch')
-rw-r--r--modules/arch/win32/mod_isapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/win32/mod_isapi.h b/modules/arch/win32/mod_isapi.h
index 44c845b4ee..dcef4fc73a 100644
--- a/modules/arch/win32/mod_isapi.h
+++ b/modules/arch/win32/mod_isapi.h
@@ -257,7 +257,7 @@ typedef int (APR_THREAD_FUNC *PFN_TERMINATEEXTENSION)(apr_uint32_t flags);
/* Module may return 0 if passed HSE_TERM_ADVISORY_UNLOAD, and the module
* will remain loaded, or 1 if it consents to being unloaded. If the module
- * is passed HSE_TERM_MUST_UNLOAD, it's return value is ignored.
+ * is passed HSE_TERM_MUST_UNLOAD, its return value is ignored.
*/
#define HSE_TERM_MUST_UNLOAD 1
#define HSE_TERM_ADVISORY_UNLOAD 2