[PATCH] D118219: FIx typo in comment
Alex Tsao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 00:23:49 PST 2022
alextsao1999 created this revision.
alextsao1999 added reviewers: stoklund, MaskRay.
alextsao1999 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118219
Files:
llvm/include/llvm/Target/Target.td
Index: llvm/include/llvm/Target/Target.td
===================================================================
--- llvm/include/llvm/Target/Target.td
+++ llvm/include/llvm/Target/Target.td
@@ -993,7 +993,7 @@
// 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.
//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118219.403154.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/8c6899a3/attachment.bin>
More information about the llvm-commits
mailing list