aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenMapTable.cpp
diff options
context:
space:
mode:
authorShivam Gupta <shivam98.tkg@gmail.com>2021-08-31 13:01:51 +0530
committerShivam Gupta <shivam98.tkg@gmail.com>2021-08-31 13:04:33 +0530
commit0d02aa6e43a2388fe0fdc14062631a4bc50ef033 (patch)
tree8b882f43d6c3f8248bc37195599a8a374b79f196 /llvm/utils/TableGen/CodeGenMapTable.cpp
parentf417b660eefd512b0058be4aab64180b9a5ee512 (diff)
downloadllvm-0d02aa6e43a2388fe0fdc14062631a4bc50ef033.zip
llvm-0d02aa6e43a2388fe0fdc14062631a4bc50ef033.tar.gz
llvm-0d02aa6e43a2388fe0fdc14062631a4bc50ef033.tar.bz2
[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
Diffstat (limited to 'llvm/utils/TableGen/CodeGenMapTable.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenMapTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenMapTable.cpp b/llvm/utils/TableGen/CodeGenMapTable.cpp
index 6f718ac..aef22c5 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