Comment fix.
authorDavid Major <dmajor@mozilla.com>
Fri, 4 May 2018 14:41:49 +0000 (14:41 +0000)
committerDavid Major <dmajor@mozilla.com>
Fri, 4 May 2018 14:41:49 +0000 (14:41 +0000)
Test commit!

llvm-svn: 331523

compiler-rt/lib/asan/asan_win_dll_thunk.cc

index c67116c..c6a313d 100644 (file)
@@ -99,7 +99,7 @@ INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) {
 }
 #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)