[TableGen] Fix typo in comment. NFC
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
index c954163..a3a739e 100644
--- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -3934,7 +3934,7 @@
"convert to\n";
OS << " // an MCInst, so bail out on this instruction variant now.\n";
OS << " if (OperandNearMiss) {\n";
- OS << " // If the operand mismatch was the only problem, reprrt it as "
+ OS << " // If the operand mismatch was the only problem, report it as "
"a near-miss.\n";
OS << " if (NearMisses && !FeaturesNearMiss && "
"!EarlyPredicateNearMiss) {\n";