Skip to content

Commit 7081432

Browse files
vitalybukaCopilot
andauthored
Update llvm/include/llvm/Support/SpecialCaseList.h
Co-authored-by: Copilot <[email protected]>
1 parent 9dc2a6c commit 7081432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/SpecialCaseList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class SpecialCaseList {
129129
using Match = std::pair<StringRef, unsigned>;
130130
static constexpr Match NotMatched = {"", 0};
131131

132-
// Lagacy v1 matcher.
132+
// Legacy v1 matcher.
133133
class RegexMatcher {
134134
public:
135135
LLVM_ABI Error insert(StringRef Pattern, unsigned LineNumber);

0 commit comments

Comments
 (0)