[llvm] 5eedc01 - [ARM, AArch64] Fix a comment typo. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 23:24:05 PDT 2020


Author: Martin Storsjö
Date: 2020-08-06T09:23:45+03:00
New Revision: 5eedc01a82436f3c4cc9da1db62d850fec35d62b

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

LOG: [ARM, AArch64] Fix a comment typo. NFC.

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
    llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h b/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
index 4e289fbe2325..c17158513cb8 100644
--- a/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
+++ b/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
@@ -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,
 

diff  --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h b/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
index 74cd2e681ded..ecd96114e8a4 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
@@ -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,
 


        


More information about the llvm-commits mailing list