[llvm] c58912e - Fix typo "Execpt" in comments
Aakanksha Patil via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 07:47:49 PDT 2021
Author: Aakanksha Patil
Date: 2021-05-11T10:47:01-04:00
New Revision: c58912eca743c612fd2a22c03b64a1bda3d2180f
URL: https://github.com/llvm/llvm-project/commit/c58912eca743c612fd2a22c03b64a1bda3d2180f
DIFF: https://github.com/llvm/llvm-project/commit/c58912eca743c612fd2a22c03b64a1bda3d2180f.diff
LOG: Fix typo "Execpt" in comments
Differential Revision: https://reviews.llvm.org/D101858
Added:
Modified:
llvm/lib/Target/AMDGPU/SIInstrInfo.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.td b/llvm/lib/Target/AMDGPU/SIInstrInfo.td
index b08ca3a69b8d..8527f6629d68 100644
--- a/llvm/lib/Target/AMDGPU/SIInstrInfo.td
+++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.td
@@ -16,7 +16,7 @@ class GCNPredicateControl : PredicateControl {
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;
More information about the llvm-commits
mailing list