[compiler-rt] 149eb31 - [NFC][sanitizer] Fix typo
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 16:59:15 PDT 2023
Author: Vitaly Buka
Date: 2023-04-26T16:59:00-07:00
New Revision: 149eb31083dff26b414cbc9c847f05e4c5633a8a
URL: https://github.com/llvm/llvm-project/commit/149eb31083dff26b414cbc9c847f05e4c5633a8a
DIFF: https://github.com/llvm/llvm-project/commit/149eb31083dff26b414cbc9c847f05e4c5633a8a.diff
LOG: [NFC][sanitizer] Fix typo
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index 31f6e14bfadd..bb47edd6ba8d 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -3,7 +3,7 @@
//
// Tests __sanitizer_symbolize_pc.
-// FIXME: Inverstigate why it does not print GLOBAL_VAR_ABC.
+// FIXME: Investigate why it does not print GLOBAL_VAR_ABC.
// XFAIL: hwasan && target=aarch64{{.*}}
#include <stdio.h>
More information about the llvm-commits
mailing list