From 144fe7cb5813dbc821104bed695f202ff241d7f7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 3 Nov 2015 20:17:58 +1300 Subject: [PATCH] Fix comment typo (cherry picked from commit 8e7b8003539b76a281bad142854c110c7cd9ce4e) --- xapian-core/backends/brass/brass_table.cc | 2 +- xapian-core/backends/chert/chert_table.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xapian-core/backends/brass/brass_table.cc b/xapian-core/backends/brass/brass_table.cc index c0e61677d..5cf74044a 100644 --- a/xapian-core/backends/brass/brass_table.cc +++ b/xapian-core/backends/brass/brass_table.cc @@ -1247,7 +1247,7 @@ BrassTable::read_tag(Brass::Cursor * C_, string *tag, bool keep_compressed) cons // it to the next key (BrassCursor::get_tag() relies on this). if (!compressed || keep_compressed) RETURN(compressed); - // FIXME: Perhaps we should we decompress each chunk as we read it so we + // FIXME: Perhaps we should decompress each chunk as we read it so we // don't need both the full compressed and uncompressed tags in memory // at once. diff --git a/xapian-core/backends/chert/chert_table.cc b/xapian-core/backends/chert/chert_table.cc index f4b8a0e4f..35704a3fb 100644 --- a/xapian-core/backends/chert/chert_table.cc +++ b/xapian-core/backends/chert/chert_table.cc @@ -1280,7 +1280,7 @@ ChertTable::read_tag(Cursor * C_, string *tag, bool keep_compressed) const // it to the next key (ChertCursor::get_tag() relies on this). if (!compressed || keep_compressed) RETURN(compressed); - // FIXME: Perhaps we should we decompress each chunk as we read it so we + // FIXME: Perhaps we should decompress each chunk as we read it so we // don't need both the full compressed and uncompressed tags in memory // at once. -- 2.11.4.GIT