From c17fe5e3a96661fa21b079f734c86a44bbe27300 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 18 Jan 2014 17:49:52 +0000 Subject: fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1559376 13f79535-47bb-0310-9956-ffa450edef68 --- misc/unix/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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 -- cgit v1.2.1