[PATCH] D101858: Fix typo "Execpt" in comments

Aakanksha Patil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 07:47:36 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc58912eca743: Fix typo "Execpt" in comments (authored by aakanksha555).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101858

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td


Index: llvm/lib/Target/AMDGPU/SIInstrInfo.td
===================================================================
--- llvm/lib/Target/AMDGPU/SIInstrInfo.td
+++ llvm/lib/Target/AMDGPU/SIInstrInfo.td
@@ -16,7 +16,7 @@
   Predicate VIAssemblerPredicate = isGFX8GFX9;
 }
 
-// Execpt for the NONE field, this must be kept in sync with the
+// Except for the NONE field, this must be kept in sync with the
 // SIEncodingFamily enum in AMDGPUInstrInfo.cpp
 def SIEncodingFamily {
   int NONE = -1;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101858.344404.patch
Type: text/x-patch
Size: 491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/eaea48df/attachment.bin>


More information about the llvm-commits mailing list