We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79bb93 commit 733c250Copy full SHA for 733c250
llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -3934,7 +3934,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
3934
"convert to\n";
3935
OS << " // an MCInst, so bail out on this instruction variant now.\n";
3936
OS << " if (OperandNearMiss) {\n";
3937
- OS << " // If the operand mismatch was the only problem, reprrt it as "
+ OS << " // If the operand mismatch was the only problem, report it as "
3938
"a near-miss.\n";
3939
OS << " if (NearMisses && !FeaturesNearMiss && "
3940
"!EarlyPredicateNearMiss) {\n";
0 commit comments