You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/05/19 13:29:25 UTC

svn commit: r1124687 - /subversion/trunk/subversion/include/svn_string.h

Author: stefan2
Date: Thu May 19 11:29:25 2011
New Revision: 1124687

URL: http://svn.apache.org/viewvc?rev=1124687&view=rev
Log:
* subversion/include/svn_string.h
  (svn_cstring_split): in docstring, make clear what kind of strings will be returned

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

Modified: subversion/trunk/subversion/include/svn_string.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_string.h?rev=1124687&r1=1124686&r2=1124687&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_string.h (original)
+++ subversion/trunk/subversion/include/svn_string.h Thu May 19 11:29:25 2011
@@ -336,8 +336,8 @@ svn_string_compare_stringbuf(const svn_s
  */
 
 /** Divide @a input into substrings along @a sep_chars boundaries, return an
- * array of copies of those substrings, allocating both the array and
- * the copies in @a pool.
+ * array of copies of those substrings (plain const char*), allocating both
+ * the array and the copies in @a pool.
  *
  * None of the elements added to the array contain any of the
  * characters in @a sep_chars, and none of the new elements are empty