Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
{
#else
// If you see asan trouble in this function, run with
- // ASAN_OPTIONS=detect_stack_use_after_return=0 or completely disable it by comping with
+ // ASAN_OPTIONS=detect_stack_use_after_return=0 or completely disable it by compiling with
// -fsanitize-address-use-after-return=never. On debian clang versions up and including 14 do
// not seem to trigger a problem here, but starting from version 15 they do.
threadWrapper(transfer_t const theThread)