summaryrefslogtreecommitdiff
path: root/include/apr_shm.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-23 18:17:38 +0000
committerJeff Trawick <trawick@apache.org>2011-03-23 18:17:38 +0000
commitc332f437df3b663b67097920c666894a31e43237 (patch)
treebac0242136e224412b9a896145f2e5821688cc88 /include/apr_shm.h
parent9935142afd811aac2de32fd9f307b04983f9340f (diff)
downloadapr-c332f437df3b663b67097920c666894a31e43237.tar.gz
fix extra "the" in comments and license text
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1084662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_shm.h')
-rw-r--r--include/apr_shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_shm.h b/include/apr_shm.h
index e830b96e1..f47492ff4 100644
--- a/include/apr_shm.h
+++ b/include/apr_shm.h
@@ -81,7 +81,7 @@ APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m,
* name-based shared memory segments, and will return APR_ENOTIMPL on
* platforms without such support. Removing the file while the shm
* is in use is not entirely portable, caller may use this to enhance
- * obscurity of the resource, but be prepared for the the call to fail,
+ * obscurity of the resource, but be prepared for the call to fail,
* and for concurrent attempts to create a resource of the same name
* to also fail. The pool cleanup of apr_shm_create (apr_shm_destroy)
* also removes the named resource.