From: Etienne Bergeron Date: Tue, 2 Aug 2016 20:07:49 +0000 (+0000) Subject: fix comments typos [NFC] X-Git-Tag: llvmorg-4.0.0-rc1~13519 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb09609f395d025e23482e22594acfa6fab88083;p=platform%2Fupstream%2Fllvm.git fix comments typos [NFC] llvm-svn: 277511 --- diff --git a/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc b/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc index c66d804..c790714 100644 --- a/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc +++ b/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc @@ -43,8 +43,8 @@ // attribute adds __imp_ prefix to the symbol name of a variable. // Since in general we don't know if a given TU is going to be used // with a MT or MD runtime and we don't want to use ugly __imp_ names on Windows -// just to work around this issue, let's clone the a variable that is -// constant after initialization anyways. +// just to work around this issue, let's clone the variable that is constant +// after initialization anyways. extern "C" { __declspec(dllimport) int __asan_should_detect_stack_use_after_return(); int __asan_option_detect_stack_use_after_return = @@ -60,8 +60,8 @@ int __asan_option_detect_stack_use_after_return = // attribute adds __imp_ prefix to the symbol name of a variable. // Since in general we don't know if a given TU is going to be used // with a MT or MD runtime and we don't want to use ugly __imp_ names on Windows -// just to work around this issue, let's clone the a variable that is -// constant after initialization anyways. +// just to work around this issue, let's clone the variable that is constant +// after initialization anyways. extern "C" { __declspec(dllimport) int __asan_should_detect_stack_use_after_scope(); int __asan_option_detect_stack_use_after_scope =