summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-01-18 17:49:52 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2014-01-18 17:49:52 +0000
commit1108dc28e41a21f962ce10598407981d246bf49d (patch)
treed6620818a73654f009945af74c6c0b859ad73802 /misc
parentf202acda9a8c09e130f162e8597e0da551d2b671 (diff)
downloadlibapr-1108dc28e41a21f962ce10598407981d246bf49d.tar.gz
fix typo in comment
git-svn-id: http://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