summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-04-23 11:16:39 -0700
committerVitaly Buka <vitalybuka@google.com>2024-04-23 11:20:50 -0700
commit06cc1754f829d6b94dc797ed0f653d0eb52ef1ac (patch)
tree32497e854698ca3d059a115a5e69bc2139ae7f5f
parenta7e27260a92b7a40ede0c3ea4035733ea61e6571 (diff)
[NFC][msan] Fix typo in comment
-rw-r--r--llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
index b1fd64fa3b29..24c18cef2b0f 100644
--- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -1336,7 +1336,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
}
}
- // Returns true if Debug Location curresponds to multiple warnings.
+ // Returns true if Debug Location corresponds to multiple warnings.
bool shouldDisambiguateWarningLocation(const DebugLoc &DebugLoc) {
if (MS.TrackOrigins < 2)
return false;