You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/06/28 12:55:16 UTC

svn commit: r958536 - /subversion/trunk/subversion/include/svn_dirent_uri.h

Author: julianfoad
Date: Mon Jun 28 10:55:16 2010
New Revision: 958536

URL: http://svn.apache.org/viewvc?rev=958536&view=rev
Log:
* subversion/include/svn_dirent_uri.h
  (svn_uri_get_dirent_from_file_url): Tweak doc string.

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

Modified: subversion/trunk/subversion/include/svn_dirent_uri.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dirent_uri.h?rev=958536&r1=958535&r2=958536&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dirent_uri.h (original)
+++ subversion/trunk/subversion/include/svn_dirent_uri.h Mon Jun 28 10:55:16 2010
@@ -779,8 +779,8 @@ svn_dirent_is_under_root(char **full_pat
                          const char *path,
                          apr_pool_t *pool);
 
-/* Converts a file:// url into a proper dirent by using the platform specific
- * files:// rules.
+/* Set @a *dirent to the path corresponding to the file:// URL @a url, using
+ * the platform-specific file:// rules.
  *
  * @since New in 1.7.
  */