about summary refs log tree commit homepage
path: root/lib/PublicInbox/DS.pm
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-08-28 12:42:46 +0200
committerEric Wong <e@80x24.org>2023-08-28 21:32:31 +0000
commitbd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4 (patch)
treedf8fea1e323392e75173b805269159e5810b3f11 /lib/PublicInbox/DS.pm
parentda72fa0c8e3257ca6467bd9999cbb77a31ac4d13 (diff)
downloadpublic-inbox-bd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4.tar.gz
Diffstat (limited to 'lib/PublicInbox/DS.pm')
-rw-r--r--lib/PublicInbox/DS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index 98084b5c..e89dc430 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -209,8 +209,8 @@ sub await_cb ($;@) {
         warn "E: awaitpid($pid): $@" if $@;
 }
 
-# This relies on our Perl process is single-threaded, or at least
-# no threads are spawning and waiting on processes (``, system(), etc...)
+# This relies on our Perl process being single-threaded, or at least
+# no threads spawning and waiting on processes (``, system(), etc...)
 # Threads are officially discouraged by the Perl5 team, and I expect
 # that to remain the case.
 sub reap_pids {