Skip to content

Commit 5eedc01

Browse files
committed
[ARM, AArch64] Fix a comment typo. NFC.
1 parent 92f1f1e commit 5eedc01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ namespace AArch64II {
606606
MO_HI12 = 7,
607607

608608
/// MO_COFFSTUB - On a symbol operand "FOO", this indicates that the
609-
/// reference is actually to the ".refptrp.FOO" symbol. This is used for
609+
/// reference is actually to the ".refptr.FOO" symbol. This is used for
610610
/// stub symbols on windows.
611611
MO_COFFSTUB = 0x8,
612612

llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ namespace ARMII {
254254
MO_OPTION_MASK = 0x3,
255255

256256
/// MO_COFFSTUB - On a symbol operand "FOO", this indicates that the
257-
/// reference is actually to the ".refptrp.FOO" symbol. This is used for
257+
/// reference is actually to the ".refptr.FOO" symbol. This is used for
258258
/// stub symbols on windows.
259259
MO_COFFSTUB = 0x4,
260260

0 commit comments

Comments
 (0)