summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-07-02 12:15:04 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-07-02 12:15:04 +0000
commit8739982fd09061522fa6db05963d3152e7153611 (patch)
tree641a3d8791778dcf2cdf785004945e8384f84828 /test
parent91a38af0edd750f9dbf7381ac822c2d822601437 (diff)
downloadlibapr-8739982fd09061522fa6db05963d3152e7153611.tar.gz
Fix typo.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testprocmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testprocmutex.c b/test/testprocmutex.c
index 2cf1ef8c7..a29b0504b 100644
--- a/test/testprocmutex.c
+++ b/test/testprocmutex.c
@@ -72,7 +72,7 @@
static apr_proc_mutex_t *proc_lock;
static volatile int *x;
-/* a slower more racy may to implement (*x)++ */
+/* a slower more racy way to implement (*x)++ */
static int increment(int n)
{
apr_sleep(1);