[llvm] d6f710f - [NFC] Fix typo in comment.

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 02:28:51 PDT 2020


Author: Kai Nacke
Date: 2020-08-11T05:27:56-04:00
New Revision: d6f710fd46dc87cb426859cc48877fc61ac37682

URL: https://github.com/llvm/llvm-project/commit/d6f710fd46dc87cb426859cc48877fc61ac37682
DIFF: https://github.com/llvm/llvm-project/commit/d6f710fd46dc87cb426859cc48877fc61ac37682.diff

LOG: [NFC] Fix typo in comment.

Twelvth -> Twelfth

Added: 
    

Modified: 
    llvm/lib/Target/SystemZ/SystemZFeatures.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/SystemZ/SystemZFeatures.td b/llvm/lib/Target/SystemZ/SystemZFeatures.td
index 28f58cb310af..b1706a4a899a 100644
--- a/llvm/lib/Target/SystemZ/SystemZFeatures.td
+++ b/llvm/lib/Target/SystemZ/SystemZFeatures.td
@@ -196,7 +196,7 @@ def Arch11NewFeatures : SystemZFeatureList<[
 
 //===----------------------------------------------------------------------===//
 //
-// New features added in the Twelvth Edition of the z/Architecture
+// New features added in the Twelfth Edition of the z/Architecture
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the llvm-commits mailing list