[llvm] 82f987f - FIx typo in comment
Shivam Gupta via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 08:35:27 PST 2022
Author: Alex Tsao
Date: 2022-01-26T22:04:16+05:30
New Revision: 82f987fdd046252711696e3febecc79d0e0a48cf
URL: https://github.com/llvm/llvm-project/commit/82f987fdd046252711696e3febecc79d0e0a48cf
DIFF: https://github.com/llvm/llvm-project/commit/82f987fdd046252711696e3febecc79d0e0a48cf.diff
LOG: FIx typo in comment
Reviewed By: xgupta
Differential Revision: https://reviews.llvm.org/D118219
Added:
Modified:
llvm/include/llvm/Target/Target.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/Target/Target.td b/llvm/include/llvm/Target/Target.td
index 7ae690b83770b..d8faa63ee8778 100644
--- a/llvm/include/llvm/Target/Target.td
+++ b/llvm/include/llvm/Target/Target.td
@@ -993,7 +993,7 @@ class InstrInfo {
// by default, and TableGen will infer their value from the instruction
// pattern when possible.
//
- // Normally, TableGen will issue an error it it can't infer the value of a
+ // Normally, TableGen will issue an error if it can't infer the value of a
// property that hasn't been set explicitly. When guessInstructionProperties
// is set, it will guess a safe value instead.
//
More information about the llvm-commits
mailing list