summaryrefslogtreecommitdiff
path: root/test/testprocmutex.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2003-07-02 12:15:04 +0000
committerJoe Orton <jorton@apache.org>2003-07-02 12:15:04 +0000
commit120b7595cb7901d39da87f7e773bbf56f2f07d97 (patch)
tree641a3d8791778dcf2cdf785004945e8384f84828 /test/testprocmutex.c
parent32640ac41096183f777d27de0587ff013ed0f0c3 (diff)
downloadapr-120b7595cb7901d39da87f7e773bbf56f2f07d97.tar.gz
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testprocmutex.c')
-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);