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 2015/03/07 02:38:57 UTC

svn propchange: r1664776 - svn:log

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

Modified: svn:log at Sat Mar  7 01:38:57 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Mar  7 01:38:57 2015
@@ -1,6 +1,6 @@
 skiplist: merge r1664775 from trunk.
 
-Generalize the internal stack structure as a queue (FIFO), and use it for the
+Generalize the internal stack structure as a queue (LIFO), and use it for the
 spare nodes (instead of apr_skiplist_alloc()/free()) and the insertion stack.
 
 Fix a memory leak in destroy() when memory is malloc()ed (pool is NULL).