[ARM, AArch64] Fix a comment typo. NFC.
authorMartin Storsjö <martin@martin.st>
Tue, 4 Aug 2020 11:26:16 +0000 (14:26 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 6 Aug 2020 06:23:45 +0000 (09:23 +0300)
llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h

index 4e289fb..c171585 100644 (file)
@@ -606,7 +606,7 @@ namespace AArch64II {
     MO_HI12 = 7,
 
     /// MO_COFFSTUB - On a symbol operand "FOO", this indicates that the
-    /// reference is actually to the ".refptrp.FOO" symbol.  This is used for
+    /// reference is actually to the ".refptr.FOO" symbol.  This is used for
     /// stub symbols on windows.
     MO_COFFSTUB = 0x8,
 
index 74cd2e6..ecd9611 100644 (file)
@@ -254,7 +254,7 @@ namespace ARMII {
     MO_OPTION_MASK = 0x3,
 
     /// MO_COFFSTUB - On a symbol operand "FOO", this indicates that the
-    /// reference is actually to the ".refptrp.FOO" symbol.  This is used for
+    /// reference is actually to the ".refptr.FOO" symbol.  This is used for
     /// stub symbols on windows.
     MO_COFFSTUB = 0x4,