]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typos in lib/isc/trampoline_p.h
authorMichal Nowak <mnowak@isc.org>
Tue, 10 Aug 2021 10:20:52 +0000 (12:20 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 10 Aug 2021 10:20:52 +0000 (12:20 +0200)
lib/isc/trampoline_p.h

index 910fdd34bd91536c1d0b20b44279496a68a3e7fc..0543ce67f3f95244054fd1874bfa0434ee21baa5 100644 (file)
@@ -31,8 +31,8 @@
  * that slot can use the same thread ID that its predecessor did.
  *
  * The trampoline table initially has space for 64 worker threads in
- * addition to the main thread. if more threads than that in concurrent
- * concurrently, the table is reallocated with twice as much space.
+ * addition to the main thread. If more threads than that are in
+ * concurrent use, the table is reallocated with twice as much space.
  * (Note that the number of concurrent threads is currently capped at
  * 128 by the queue and hazard pointer implementations.)
  */