summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-01-18 17:49:52 +0000
committerJeff Trawick <trawick@apache.org>2014-01-18 17:49:52 +0000
commitc17fe5e3a96661fa21b079f734c86a44bbe27300 (patch)
treed6620818a73654f009945af74c6c0b859ad73802 /misc
parent37e202690ba6d1e3188f955af671c10ddd534b63 (diff)
downloadapr-c17fe5e3a96661fa21b079f734c86a44bbe27300.tar.gz
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/start.c b/misc/unix/start.c
index 4b8ad990d..8dcc1d989 100644
--- a/misc/unix/start.c
+++ b/misc/unix/start.c
@@ -61,7 +61,7 @@ APR_DECLARE(apr_status_t) apr_initialize(void)
apr_pool_tag(pool, "apr_initialize");
- /* apr_atomic_init() used to be called from here aswell.
+ /* apr_atomic_init() used to be called from here as well.
* Pools rely on mutexes though, which can be backed by
* atomics. Due to this circular dependency
* apr_pool_initialize() is taking care of calling