From: Michal Nowak Date: Tue, 10 Aug 2021 10:20:52 +0000 (+0200) Subject: Fix typos in lib/isc/trampoline_p.h X-Git-Tag: v9.17.17~2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adbdedd5deb5c3da607b9a0cf098cfe19649db98;p=thirdparty%2Fbind9.git Fix typos in lib/isc/trampoline_p.h --- diff --git a/lib/isc/trampoline_p.h b/lib/isc/trampoline_p.h index 910fdd34bd9..0543ce67f3f 100644 --- a/lib/isc/trampoline_p.h +++ b/lib/isc/trampoline_p.h @@ -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.) */