[llvm] 0d02aa6 - [NFC] Correct typo in CodeGenMapTable.cpp, patch by Jordi

Shivam Gupta via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 00:34:59 PDT 2021


Author: Shivam Gupta
Date: 2021-08-31T13:04:33+05:30
New Revision: 0d02aa6e43a2388fe0fdc14062631a4bc50ef033

URL: https://github.com/llvm/llvm-project/commit/0d02aa6e43a2388fe0fdc14062631a4bc50ef033
DIFF: https://github.com/llvm/llvm-project/commit/0d02aa6e43a2388fe0fdc14062631a4bc50ef033.diff

LOG: [NFC] Correct typo in CodeGenMapTable.cpp, patch by Jordi

CodeGenMapTable.cpp refers to TableGen as TabelGen in the comments. This appears to be a typo. This patch fixes the typo.

Differential Revision: https://reviews.llvm.org/D76343

Added: 
    

Modified: 
    llvm/utils/TableGen/CodeGenMapTable.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/CodeGenMapTable.cpp b/llvm/utils/TableGen/CodeGenMapTable.cpp
index 6f718acbac3e3..aef22c5c21ccc 100644
--- a/llvm/utils/TableGen/CodeGenMapTable.cpp
+++ b/llvm/utils/TableGen/CodeGenMapTable.cpp
@@ -5,7 +5,7 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
-// CodeGenMapTable provides functionality for the TabelGen to create
+// CodeGenMapTable provides functionality for the TableGen to create
 // relation mapping between instructions. Relation models are defined using
 // InstrMapping as a base class. This file implements the functionality which
 // parses these definitions and generates relation maps using the information


        


More information about the llvm-commits mailing list