Fix typo "Execpt" in comments

Differential Revision: https://reviews.llvm.org/D101858
This commit is contained in:
Aakanksha Patil 2021-05-04 18:36:32 -04:00
parent 46402eb103
commit c58912eca7
1 changed files with 1 additions and 1 deletions

View File

@ -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;