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/11/21 04:25:49 UTC

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

Author: stefan2
Date: Thu Nov 21 03:25:49 2013
New Revision: 1544020

URL: http://svn.apache.org/r1544020
Log:
* subversion/libsvn_fs_fs/structure-indexes
  (): remove a duplicate "only"

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=1544020&r1=1544019&r2=1544020&view=diff
==============================================================================
--- subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes (original)
+++ subversion/branches/log-addressing/subversion/libsvn_fs_fs/structure-indexes Thu Nov 21 03:25:49 2013
@@ -66,7 +66,7 @@ as follows:
   0x100000000     -> 0x80 0x80 0x80 0x80 0x10   (35 bits stored in 40 bits)
 
   Technically, we can represent integers of arbitrary lengths.  Currently,
-  we only generate and parse up to 64 bits only.
+  we only generate and parse up to 64 bits.
 
 * Signed integers are mapped onto the unsigned value space as follows: