You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/03/19 18:12:41 UTC

svn commit: r1302543 - /subversion/trunk/subversion/libsvn_subr/svn_string.c

Author: gstein
Date: Mon Mar 19 17:12:41 2012
New Revision: 1302543

URL: http://svn.apache.org/viewvc?rev=1302543&view=rev
Log:
* subversion/libsvn_subr/svn_string.c:
  (svn_stringbuf__morph_into_string): kill the weak words. Go big!

Modified:
    subversion/trunk/subversion/libsvn_subr/svn_string.c

Modified: subversion/trunk/subversion/libsvn_subr/svn_string.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/svn_string.c?rev=1302543&r1=1302542&r2=1302543&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/svn_string.c (original)
+++ subversion/trunk/subversion/libsvn_subr/svn_string.c Mon Mar 19 17:12:41 2012
@@ -259,8 +259,8 @@ svn_stringbuf__morph_into_string(svn_str
 #endif
 
   /* Both, svn_string_t and svn_stringbuf_t are public API structures
-   * since a couple of releases now. Thus, we can rely on their precise
-   * layout not to change.
+   * since the svn epoch. Thus, we can rely on their precise layout not
+   * to change.
    *
    * It just so happens that svn_string_t is structurally equivalent
    * to the (data, len) sub-set of svn_stringbuf_t. There is also no