[PATCH] D118219: FIx typo in comment

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 08:35:28 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG82f987fdd046: FIx typo in comment (authored by alextsao1999, committed by xgupta).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118219/new/

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.403284.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/a3e2e7ee/attachment.bin>


More information about the llvm-commits mailing list