summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);