about summary refs log tree commit homepage
path: root/lib/PublicInbox/IdxStack.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/IdxStack.pm')
-rw-r--r--lib/PublicInbox/IdxStack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/IdxStack.pm b/lib/PublicInbox/IdxStack.pm
index b43b8064..ce75b46a 100644
--- a/lib/PublicInbox/IdxStack.pm
+++ b/lib/PublicInbox/IdxStack.pm
@@ -14,7 +14,7 @@ sub new {
         bless { wr => $io, latest_cmt => $_[1] }, __PACKAGE__
 }
 
-# file_char = [a|m]
+# file_char = [d|m]
 sub push_rec {
         my ($self, $file_char, $at, $ct, $blob_oid) = @_;
         my $rec = pack(FMT, $file_char, $at, $ct, $blob_oid);