]> arthur.barton.de Git - bup.git/commitdiff
DESIGN: fix typo.
authorRob Browning <rlb@defaultvalue.org>
Sun, 11 Aug 2013 20:05:41 +0000 (15:05 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 11 Aug 2013 20:05:41 +0000 (15:05 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
DESIGN

diff --git a/DESIGN b/DESIGN
index 7d2b64d6307f2fbc509c116ccf160696f056cc61..09ec04930ff7a64de75daa4e5c85735affe1b326 100644 (file)
--- a/DESIGN
+++ b/DESIGN
@@ -340,7 +340,7 @@ they index multiple packs at a time.
 
 Imagine you had a midx file for your 200 packs.  midx files are a lot like
 idx files; they have a lookup table at the beginning that narrows down the
-initial search, followed by a binary search.  The unlike idx files (which
+initial search, followed by a binary search.  Then unlike idx files (which
 have a fixed-size 256-entry lookup table) midx tables have a variably-sized
 table that makes sure the entire binary search can be contained to a single
 page of the midx file.  Basically, the lookup table tells you which page to