Commit e211dd41 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7a91c3db
......@@ -193,7 +193,7 @@ const char *__asan_default_options()
return "allow_user_segv_handler=1";
}
/* tell TSAN we are OK with calling async-sig-unsafe fucnctions from sync SIGSEGV */
/* tell TSAN we are OK with calling async-sig-unsafe functions from sync SIGSEGV */
const char *__tsan_default_options()
{
return "report_signal_unsafe=0";
......@@ -1063,7 +1063,7 @@ void test_pagefault_savestate()
{
/* we are bad file - just say everything is ok... */
/* and before that corrup thread state - to verify that pagefault handler
/* and before that corrupt thread state - to verify that pagefault handler
* will restore it. */
errno = 98;
/* Also tell we were here via, so that the test can be sure we actually
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment