[llvm] 733c250 - [TableGen] Fix typo in comment. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 10:47:15 PDT 2025


Author: Craig Topper
Date: 2025-04-18T10:45:49-07:00
New Revision: 733c250bd5b39db2fa0cd0e201730661da56cc87

URL: https://github.com/llvm/llvm-project/commit/733c250bd5b39db2fa0cd0e201730661da56cc87
DIFF: https://github.com/llvm/llvm-project/commit/733c250bd5b39db2fa0cd0e201730661da56cc87.diff

LOG: [TableGen] Fix typo in comment. NFC

Added: 
    

Modified: 
    llvm/utils/TableGen/AsmMatcherEmitter.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
index c954163cdeb3a..a3a739e6636a5 100644
--- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -3934,7 +3934,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
           "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";


        


More information about the llvm-commits mailing list