[AArch64] Fix small typos in the target description. NFC.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 17 Feb 2020 10:13:47 +0000 (10:13 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Mon, 17 Feb 2020 10:13:47 +0000 (10:13 +0000)
Patch by Tamas Petz.

Differential Revision: https://reviews.llvm.org/D74603

llvm/lib/Target/AArch64/AArch64.td

index 0106355..6e0d949 100644 (file)
@@ -240,11 +240,11 @@ def FeatureDotProd : SubtargetFeature<
 
 def FeaturePA : SubtargetFeature<
     "pa", "HasPA", "true",
-    "Enable v8.3-A Pointer Authentication enchancement">;
+    "Enable v8.3-A Pointer Authentication extension">;
 
 def FeatureJS : SubtargetFeature<
     "jsconv", "HasJS", "true",
-    "Enable v8.3-A JavaScript FP conversion enchancement",
+    "Enable v8.3-A JavaScript FP conversion instructions",
     [FeatureFPARMv8]>;
 
 def FeatureCCIDX : SubtargetFeature<