summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-17 13:21:26 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-17 13:21:26 +0000
commitf62f38dad2a76981b8970f0d45ab71e28ec83478 (patch)
tree55d33eed3709d9673d6a4893a03b779793f89a1c /include/apr_global_mutex.h
parent267f765802370eb4c508cd2558c97b9e66f113a9 (diff)
downloadlibapr-f62f38dad2a76981b8970f0d45ab71e28ec83478.tar.gz
update an old comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_global_mutex.h')
-rw-r--r--include/apr_global_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_global_mutex.h b/include/apr_global_mutex.h
index 9f7e55331..f80dbe8c1 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -56,7 +56,7 @@
#define APR_GLOBAL_MUTEX_H
#include "apr.h"
-#include "apr_lock.h" /* only for apr_lockmech_e_np */
+#include "apr_lock.h" /* only for apr_lockmech_e */
#include "apr_pools.h"
#include "apr_errno.h"