summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win_dynamic_runtime_thunk.cc
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-08-01 15:08:12 +0000
committerEtienne Bergeron <etienneb@google.com>2016-08-01 15:08:12 +0000
commit4310642c2352d06861ed5b7d336acc9445de87bd (patch)
treeacff599034e6bc12468ecde05aa21fe325279075 /lib/asan/asan_win_dynamic_runtime_thunk.cc
parent5402bb5415edeb4995b2a3cde33b2652cabc5c65 (diff)
[compiler-rt] Fix various typos in asan dll [NFC]
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@277345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_win_dynamic_runtime_thunk.cc')
-rw-r--r--lib/asan/asan_win_dynamic_runtime_thunk.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/asan/asan_win_dynamic_runtime_thunk.cc b/lib/asan/asan_win_dynamic_runtime_thunk.cc
index 6dd65b1b5..c66d80455 100644
--- a/lib/asan/asan_win_dynamic_runtime_thunk.cc
+++ b/lib/asan/asan_win_dynamic_runtime_thunk.cc
@@ -1,4 +1,4 @@
-//===-- asan_win_uar_thunk.cc ---------------------------------------------===//
+//===-- asan_win_dynamic_runtime_thunk.cc ---------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -17,11 +17,11 @@
// - forwarding the detect_stack_use_after_return runtime option
// - forwarding the detect_stack_use_after_scope runtime option
// - working around deficiencies of the MD runtime
-// - installing a custom SEH handlerx
+// - installing a custom SEH handler
//
//===----------------------------------------------------------------------===//
-// Only compile this code when buidling asan_dynamic_runtime_thunk.lib
+// Only compile this code when building asan_dynamic_runtime_thunk.lib
// Using #ifdef rather than relying on Makefiles etc.
// simplifies the build procedure.
#ifdef ASAN_DYNAMIC_RUNTIME_THUNK