You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/07 18:59:12 UTC

svn commit: r1032333 - /subversion/branches/performance/subversion/libsvn_fs_util/caching.c

Author: stsp
Date: Sun Nov  7 17:59:12 2010
New Revision: 1032333

URL: http://svn.apache.org/viewvc?rev=1032333&view=rev
Log:
On the performance branch:

* subversion/libsvn_fs_util/caching.c
  (svn_fs__get_global_membuffer_cache): Fix typo in comment.

Modified:
    subversion/branches/performance/subversion/libsvn_fs_util/caching.c

Modified: subversion/branches/performance/subversion/libsvn_fs_util/caching.c
URL: http://svn.apache.org/viewvc/subversion/branches/performance/subversion/libsvn_fs_util/caching.c?rev=1032333&r1=1032332&r2=1032333&view=diff
==============================================================================
--- subversion/branches/performance/subversion/libsvn_fs_util/caching.c (original)
+++ subversion/branches/performance/subversion/libsvn_fs_util/caching.c Sun Nov  7 17:59:12 2010
@@ -110,7 +110,7 @@ svn_fs_set_cache_config(const svn_fs_cac
   cache_settings = *settings;
 
   /* Allocate global membuffer cache as a side-effect.
-   * Only the first call will actually take affect. */
+   * Only the first call will actually have an effect. */
   svn_fs__get_global_membuffer_cache();
 
   /* Same for the file handle cache. */