Skip to content

Commit 733c250

Browse files
committed
[TableGen] Fix typo in comment. NFC
1 parent d79bb93 commit 733c250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/AsmMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3934,7 +3934,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
39343934
"convert to\n";
39353935
OS << " // an MCInst, so bail out on this instruction variant now.\n";
39363936
OS << " if (OperandNearMiss) {\n";
3937-
OS << " // If the operand mismatch was the only problem, reprrt it as "
3937+
OS << " // If the operand mismatch was the only problem, report it as "
39383938
"a near-miss.\n";
39393939
OS << " if (NearMisses && !FeaturesNearMiss && "
39403940
"!EarlyPredicateNearMiss) {\n";

0 commit comments

Comments
 (0)