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 2013/10/25 13:23:29 UTC

svn commit: r1535695 - /subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes

Author: stefan2
Date: Fri Oct 25 11:23:29 2013
New Revision: 1535695

URL: http://svn.apache.org/r1535695
Log:
On the log-addressing branch:  Correct index structure doc.

* subversion/libsvn_fs_fs/structure-indexes
  (FNV checksum):  fix off-by-one in description

Modified:
    subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes

Modified: subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes
URL: http://svn.apache.org/viewvc/subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes?rev=1535695&r1=1535694&r2=1535695&view=diff
==============================================================================
--- subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes (original)
+++ subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes Fri Oct 25 11:23:29 2013
@@ -325,7 +325,7 @@ For performance reasons we use a modifie
 * combine the big endian representation of these checksums plus the
   remnant of the original stream into a 12 to 15 byte long intermediate
 
-  [i0 .. iK], 12 <= K <= 15
+  [i0 .. iK], 12 <= K+1 <= 15
 
 * FNV checksum = fnv_1a([i0 .. iK]) in big endian representation