Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -308,7 +308,7 @@ static void thread_cleanup(private_thread_t *this)
|
||||
* Main function wrapper for threads.
|
||||
*
|
||||
* Excluded from AddressSanitizer because some newer versions have an issue that
|
||||
* causes an "AddressSanitizer CHECK failed" error for cancelled threads.
|
||||
* causes an "AddressSanitizer CHECK failed" error for canceled threads.
|
||||
*/
|
||||
ADDRESS_SANITIZER_EXCLUDE
|
||||
static void *thread_main(private_thread_t *this)
|
||||
|
||||
Reference in New Issue
Block a user