From 149eb31083dff26b414cbc9c847f05e4c5633a8a Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 26 Apr 2023 16:58:37 -0700 Subject: [PATCH] [NFC][sanitizer] Fix typo --- compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp index 31f6e14..bb47edd 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 -- 2.7.4