Author: julianfoad
Date: Tue Dec 18 01:40:21 2012
New Revision: 1423248
URL: http://svn.apache.org/viewvc?rev=1423248&view=rev
Log:
* subversion/include/private/svn_mutex.h
(SVN_MUTEX__WITH_LOCK): Typo fix in doc string.
Modified:
subversion/trunk/subversion/include/private/svn_mutex.h
Modified: subversion/trunk/subversion/include/private/svn_mutex.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_mutex.h?rev=1423248&r1=1423247&r2=1423248&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_mutex.h (original)
+++ subversion/trunk/subversion/include/private/svn_mutex.h Tue Dec 18 01:40:21
2012
@@ -98,7 +98,7 @@ svn_mutex__unlock(svn_mutex__t *mutex,
* releases the @a mutex. If any of these steps fail, the function using
* this macro will return an @ref svn_error_t. This macro guarantees that
* the @a mutex will always be unlocked again if it got locked successfully
- * locked by the first step.
+ * by the first step.
*
* @note Prefer using this macro instead of explicit lock aquisition and
* release.