You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2014/07/16 22:57:30 UTC

svn propchange: r1611184 - svn:log

Author: ylavic
Revision: 1611184
Modified property: svn:log

Modified: svn:log at Wed Jul 16 20:57:30 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jul 16 20:57:30 2014
@@ -1,3 +1,3 @@
 Reuse the skiplist's stack needed by insert_compare() by growing it with adds.
-Rename the "replace" as "add" (negating the boolean) to avoid confusion since
-the skiplist never replaces any element (add or preserve semantic).
+Rename the "replace" argument as "add" (negating the boolean) to avoid confusion
+since the skiplist never replaces any element (add or preserve semantic).