jorton 2003/07/02 05:15:04
Modified: test testprocmutex.c
Log:
Fix typo.
Revision Changes Path
1.14 +1 -1 apr/test/testprocmutex.c
Index: testprocmutex.c
===================================================================
RCS file: /home/cvs/apr/test/testprocmutex.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- testprocmutex.c 2 Jul 2003 12:12:30 -0000 1.13
+++ testprocmutex.c 2 Jul 2003 12:15:04 -0000 1.14
@@ -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);