summaryrefslogtreecommitdiff
path: root/include/arch/win32/apr_arch_thread_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/win32/apr_arch_thread_mutex.h')
-rw-r--r--include/arch/win32/apr_arch_thread_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/win32/apr_arch_thread_mutex.h b/include/arch/win32/apr_arch_thread_mutex.h
index b6d0384a5..2c7f473f3 100644
--- a/include/arch/win32/apr_arch_thread_mutex.h
+++ b/include/arch/win32/apr_arch_thread_mutex.h
@@ -25,8 +25,8 @@ typedef enum thread_mutex_type {
thread_mutex_nested_mutex
} thread_mutex_type;
-/* handle applies only to unnested_semaphore on all platforms
- * and nested_mutex on Win9x only. Otherwise critical_section
+/* handle applies only to unnested_semaphore on all platforms
+ * and nested_mutex on Win9x only. Otherwise critical_section
* is used for NT nexted mutexes providing optimal performance.
*/
struct apr_thread_mutex_t {