[asan] Fix typo in doc string.

llvm-svn: 305436
This commit is contained in:
Vitaly Buka 2017-06-15 00:31:59 +00:00
parent dfa02b5491
commit 4a2cc96f1f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ COMMON_FLAG(HandleSignalMode, handle_sigfpe, kHandleSignalYes,
COMMON_FLAG_HANDLE_SIGNAL_HELP(SIGFPE))
#undef COMMON_FLAG_HANDLE_SIGNAL_HELP
COMMON_FLAG(bool, allow_user_segv_handler, true,
"Deprecated. Thue has no effect, see handle_sigbus. If false, "
"Deprecated. True has no effect, use handle_sigbus=1. If false, "
"handle_*=1 will be upgraded to handle_*=2.")
COMMON_FLAG(bool, use_sigaltstack, true,
"If set, uses alternate stack for signal handling.")