[compiler-rt] r331523 - Comment fix.

David Major via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 07:41:49 PDT 2018


Author: dmajor
Date: Fri May  4 07:41:49 2018
New Revision: 331523

URL: http://llvm.org/viewvc/llvm-project?rev=331523&view=rev
Log:
Comment fix.

Test commit!


Modified:
    compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc

Modified: compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc?rev=331523&r1=331522&r2=331523&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc Fri May  4 07:41:49 2018
@@ -99,7 +99,7 @@ INTERCEPTOR(int, _except_handler4, void
 }
 #endif
 
-// Window specific functions not included in asan_interface.inc.
+// Windows specific functions not included in asan_interface.inc.
 INTERCEPT_WRAP_W_V(__asan_should_detect_stack_use_after_return)
 INTERCEPT_WRAP_W_V(__asan_get_shadow_memory_dynamic_address)
 INTERCEPT_WRAP_W_W(__asan_unhandled_exception_filter)




More information about the llvm-commits mailing list