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 2016/01/27 12:49:34 UTC

svn commit: r1727007 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c

Author: stefan2
Date: Wed Jan 27 11:49:34 2016
New Revision: 1727007

URL: http://svn.apache.org/viewvc?rev=1727007&view=rev
Log:
* subversion/libsvn_fs_fs/pack.c
  (sort_reps_range): Fix typos in commentary. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/pack.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/pack.c?rev=1727007&r1=1727006&r2=1727007&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/pack.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/pack.c Wed Jan 27 11:49:34 2016
@@ -896,10 +896,10 @@ sort_reps_range(pack_context_t *context,
       /* Class 1:
        * Pretty round _and_ a significant stop in the node's delta chain.
        * This may pick up more than one representation from the same chain
-       * but that's rare not a problem.  Prefer simple checks here.
+       * but that's rare and not a problem.  Prefer simple checks here.
        *
        * The divider of 4 is arbitrary but seems to work well in practice.
-       * Larger values increase the number of item in the "hot zone".
+       * Larger values increase the number of items in the "hot zone".
        * Smaller values make delta chains at HEAD more likely to contain
        * "cold zone" representations. */
       svn_boolean_t likely_target