Skip to content

Commit 06cc175

Browse files
committed
[NFC][msan] Fix typo in comment
1 parent a7e2726 commit 06cc175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
13361336
}
13371337
}
13381338

1339-
// Returns true if Debug Location curresponds to multiple warnings.
1339+
// Returns true if Debug Location corresponds to multiple warnings.
13401340
bool shouldDisambiguateWarningLocation(const DebugLoc &DebugLoc) {
13411341
if (MS.TrackOrigins < 2)
13421342
return false;

0 commit comments

Comments
 (0)