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

Aakanksha Patil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 14:24:36 PDT 2021


aakanksha555 created this revision.
aakanksha555 added a reviewer: msearles.
Herald added subscribers: kerbowa, hiraditya, nhaehnle, jvesely, arsenm.
aakanksha555 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/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.342865.patch
Type: text/x-patch
Size: 491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210504/98236d0e/attachment.bin>


More information about the llvm-commits mailing list