about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-15 08:25:44 +0000
committerEric Wong <e@80x24.org>2019-06-15 08:25:44 +0000
commit27658d2c8b8e51fa64f523c873587273f4f16c46 (patch)
tree20bd8d5f3880836123c5a814073af30a2eead4cf /lib/PublicInbox/SearchIdx.pm
parenta060a5a94d02045b48ccb8b3f4105170e52719b2 (diff)
downloadpublic-inbox-27658d2c8b8e51fa64f523c873587273f4f16c46.tar.gz
Now that the code matches Xapian terminology, ensure
our comments match, too.
Diffstat (limited to 'lib/PublicInbox/SearchIdx.pm')
-rw-r--r--lib/PublicInbox/SearchIdx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm
index 58b23375..665f673a 100644
--- a/lib/PublicInbox/SearchIdx.pm
+++ b/lib/PublicInbox/SearchIdx.pm
@@ -797,7 +797,7 @@ sub remote_close {
 sub remote_remove {
         my ($self, $oid, $mid) = @_;
         if (my $w = $self->{w}) {
-                # triggers remove_by_oid in a partition
+                # triggers remove_by_oid in a shard
                 print $w "D $oid $mid\n" or die "failed to write remove $!";
         } else {
                 $self->begin_txn_lazy;