summaryrefslogtreecommitdiff
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-04-26 16:58:37 -0700
committerVitaly Buka <vitalybuka@google.com>2023-04-26 16:59:00 -0700
commit149eb31083dff26b414cbc9c847f05e4c5633a8a (patch)
tree6573f5ed89e1be2b9855524df52b36638a441677 /compiler-rt/test
parent0f6dd55ad0461672ad0df1b65b270a8820fa962b (diff)
downloadllvm-149eb31083dff26b414cbc9c847f05e4c5633a8a.tar.gz
[NFC][sanitizer] Fix typo
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp2
1 files changed, 1 insertions, 1 deletions
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>