Author: kotkov
Date: Thu Feb 5 14:44:23 2015
New Revision: 1657590
URL: http://svn.apache.org/r1657590
Log:
* subversion/libsvn_subr/cache-membuffer.c
(USE_SIMPLE_MUTEX): Fix typo in the adjacent comment.
Modified:
subversion/trunk/subversion/libsvn_subr/cache-membuffer.c
Modified: subversion/trunk/subversion/libsvn_subr/cache-membuffer.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cache-membuffer.c?rev=1657590&r1=1657589&r2=1657590&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cache-membuffer.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Thu Feb 5
14:44:23 2015
@@ -123,7 +123,7 @@
* Use a simple mutex on Windows. Because there is one mutex per segment,
* large machines should (and usually can) be configured with large caches
* such that read contention is kept low. This is basically the situation
- * we head before 1.8.
+ * we had before 1.8.
*/
#ifdef WIN32
# define USE_SIMPLE_MUTEX 1