about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-16 07:18:53 +0000
committerEric Wong <e@80x24.org>2020-09-16 19:36:33 +0000
commitabbdc3211b2f569c7847caedb16e82e8013b34fa (patch)
tree6fcdef2d140fd60a1b0a0e6505d2bba87a5c19ee /lib
parent85f6f4e74f6c3e06c2a0b76cce319382ec430081 (diff)
downloadpublic-inbox-abbdc3211b2f569c7847caedb16e82e8013b34fa.tar.gz
We replaced Danga::Socket with PublicInbox::DS roughly a year
before GitAsyncCat was introduced into our git history.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/GitAsyncCat.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/GitAsyncCat.pm b/lib/PublicInbox/GitAsyncCat.pm
index e618d366..5f785df7 100644
--- a/lib/PublicInbox/GitAsyncCat.pm
+++ b/lib/PublicInbox/GitAsyncCat.pm
@@ -1,7 +1,7 @@
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
-# internal class used by PublicInbox::Git + Danga::Socket
+# internal class used by PublicInbox::Git + PublicInbox::DS
 # This parses the output pipe of "git cat-file --batch"
 #
 # Note: this does NOT set the non-blocking flag, we expect `git cat-file'