You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2015/01/28 09:56:12 UTC

svn commit: r1655241 - /subversion/trunk/subversion/include/svn_version.h

Author: brane
Date: Wed Jan 28 08:56:12 2015
New Revision: 1655241

URL: http://svn.apache.org/r1655241
Log:
* subversion/include/svn_version.h
  (svn_version_extended): Tweak docstring; it's a good idea to copy out
   the data _before_ clearing the pool, and whilst this should be
   obvious, the previoius wording was the other way around.

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

Modified: subversion/trunk/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_version.h?rev=1655241&r1=1655240&r2=1655241&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_version.h (original)
+++ subversion/trunk/subversion/include/svn_version.h Wed Jan 28 08:56:12 2015
@@ -306,10 +306,10 @@ typedef struct svn_version_extended_t sv
  * retrieve (for example, the OS release name, list of shared
  * libraries, etc.).  Use @a pool for all allocations.
  *
- * @note This function may allocate significant auxiliary resources (memory and
- * file descriptors) in @a pool.  It is recommended to clear @a pool after
- * calling this function and copying the returned data to suitable
- * longer-lived memory.
+ * @note This function may allocate significant auxiliary resources
+ * (memory and file descriptors) in @a pool.  It is recommended to
+ * copy the returned data to suitable longer-lived memory and clear
+ * @a pool after calling this function.
  *
  * @since New in 1.8.
  */