Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2022-12-22 19:03:37 +01:00
parent 4aa5868d8e
commit cf6f56f619
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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)