diff options
Diffstat (limited to 'srclib/apr/locks/os2/proc_mutex.c')
| -rw-r--r-- | srclib/apr/locks/os2/proc_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/apr/locks/os2/proc_mutex.c b/srclib/apr/locks/os2/proc_mutex.c index 5a493563..0f3a564e 100644 --- a/srclib/apr/locks/os2/proc_mutex.c +++ b/srclib/apr/locks/os2/proc_mutex.c @@ -32,7 +32,7 @@ static char *fixed_name(const char *fname, apr_pool_t *pool) if (fname == NULL) semname = NULL; else { - // Semaphores don't live in the file system, fix up the name + /* Semaphores don't live in the file system, fix up the name */ while (*fname == '/' || *fname == '\\') { fname++; } |
