commit 6afbce7e388901b5d7eef2bdfc7120dbaa443a13
parent 122e720bcd260d381a79adacf66f1e3c8203fa04
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date: Thu, 19 Nov 2009 23:35:23 -0500
Merge branch 'xapian-comment-fix'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/xapian_index.rb b/lib/sup/xapian_index.rb
@@ -3,7 +3,7 @@ require 'set'
module Redwood
-# This index implementation uses Xapian for searching and GDBM for storage. It
+# This index implementation uses Xapian for searching and storage. It
# tends to be slightly faster than Ferret for indexing and significantly faster
# for searching due to precomputing thread membership.
class XapianIndex < BaseIndex