summaryrefslogtreecommitdiff
path: root/atomic
diff options
context:
space:
mode:
authorgregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2003-12-09 15:51:09 +0000
committergregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2003-12-09 15:51:09 +0000
commitbced5ac42d63eb8442898f0ddade648533c1cc8e (patch)
tree77ceb63515c34d49bdb962ee047363ee7cd7f406 /atomic
parentca2c1e8cefef4e71df5c82607c9286c4d23f9101 (diff)
downloadlibapr-bced5ac42d63eb8442898f0ddade648533c1cc8e.tar.gz
fix an apparent cut-n-paste-o in a comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'atomic')
-rw-r--r--atomic/unix/apr_atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atomic/unix/apr_atomic.c b/atomic/unix/apr_atomic.c
index 61648807d..015d2f9e8 100644
--- a/atomic/unix/apr_atomic.c
+++ b/atomic/unix/apr_atomic.c
@@ -262,7 +262,7 @@ apr_uint32_t apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t val)
return old_value;
}
#endif /* defined(APR_OVERRIDE_ATOMIC_CAS32) */
-#endif /* !defined(APR_OVERRIDE_ATOMIC_SUB32) */
+#endif /* !defined(APR_OVERRIDE_ATOMIC_ADD32) */
#if !defined(APR_OVERRIDE_ATOMIC_SUB32)
#if defined(APR_OVERRIDE_ATOMIC_CAS32)