You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/08/08 06:36:03 UTC

svn commit: r683846 - /apr/apr-util/branches/1.3.x/include/apr_reslist.h

Author: bojan
Date: Thu Aug  7 21:36:03 2008
New Revision: 683846

URL: http://svn.apache.org/viewvc?rev=683846&view=rev
Log:
Kill extra space.

Modified:
    apr/apr-util/branches/1.3.x/include/apr_reslist.h

Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apr_reslist.h?rev=683846&r1=683845&r2=683846&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apr_reslist.h (original)
+++ apr/apr-util/branches/1.3.x/include/apr_reslist.h Thu Aug  7 21:36:03 2008
@@ -86,7 +86,7 @@
  *          when it comes to destruction of that sub-pool, as calling
  *          apr_pool_destroy() outright on it in your destructor may create
  *          double free situations. That is because by the time destructor is
- *          called, the sub-pool may have already been destroyed.  This also
+ *          called, the sub-pool may have already been destroyed. This also
  *          means that in the destructor, memory from the sub-pool should be
  *          treated as invalid. For examples of how to do this correctly, see
  *          mod_dbd of Apache 2.2 and memcache support in APR Util 1.3.