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 2013/07/05 18:11:38 UTC

svn commit: r1500054 - /subversion/branches/fsfs-format7/subversion/include/svn_string.h

Author: stefan2
Date: Fri Jul  5 16:11:38 2013
New Revision: 1500054

URL: http://svn.apache.org/r1500054
Log:
On the fsfs-format7 branch: No functional change.

* subversion/include/svn_string.h
  (svn_stringbuf_create_from_string): extend docstring

Modified:
    subversion/branches/fsfs-format7/subversion/include/svn_string.h

Modified: subversion/branches/fsfs-format7/subversion/include/svn_string.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/include/svn_string.h?rev=1500054&r1=1500053&r2=1500054&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/include/svn_string.h (original)
+++ subversion/branches/fsfs-format7/subversion/include/svn_string.h Fri Jul  5 16:11:38 2013
@@ -233,7 +233,8 @@ svn_stringbuf_t *
 svn_stringbuf_create_from_string(const svn_string_t *str, apr_pool_t *pool);
 
 /** Create a new stringbuf using the given @a str as initial buffer.
- * Allocate the result in @a pool.
+ * Allocate the result in @a pool.  In contrast to #svn_stringbuf_create,
+ * the contents of @a str may change when the stringbuf gets modified.
  *
  * @since New in 1.9
  */