You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/03/27 17:27:51 UTC

svn commit: r1461695 - /subversion/trunk/subversion/include/svn_io.h

Author: philip
Date: Wed Mar 27 16:27:51 2013
New Revision: 1461695

URL: http://svn.apache.org/r1461695
Log:
* subversion/include/svn_io.h
  (svn_io_unlock_open_file): Tweak documentation.

Modified:
    subversion/trunk/subversion/include/svn_io.h

Modified: subversion/trunk/subversion/include/svn_io.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1461695&r1=1461694&r2=1461695&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Wed Mar 27 16:27:51 2013
@@ -740,7 +740,7 @@ svn_io_lock_open_file(apr_file_t *lockfi
  * Unlock the file @a lockfile_handle.
  *
  * Use @a pool for memory allocations. @a pool must be the pool that
- * @a lockfile_handle has been created in or one of its sub-pools.
+ * was passed to svn_io_lock_open_file().
  *
  * @since New in 1.8.
  */