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 2012/03/15 10:32:03 UTC

svn commit: r1300861 - /subversion/trunk/subversion/libsvn_repos/log.c

Author: stsp
Date: Thu Mar 15 09:32:02 2012
New Revision: 1300861

URL: http://svn.apache.org/viewvc?rev=1300861&view=rev
Log:
* subversion/libsvn_repos/log.c
  (reduce_search): Typo in comment.

Modified:
    subversion/trunk/subversion/libsvn_repos/log.c

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1300861&r1=1300860&r2=1300861&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Thu Mar 15 09:32:02 2012
@@ -1742,7 +1742,7 @@ reduce_search(apr_array_header_t *paths,
       if (!ranges)
         continue;
 
-      /* ranges is ordered, could we use some sort of binay search
+      /* ranges is ordered, could we use some sort of binary search
          rather than iterating? */
       for (j = 0; j < ranges->nelts; ++j)
         {