Skip to content

Commit

Permalink
[ARM, AArch64] Fix a comment typo. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Aug 6, 2020
1 parent 92f1f1e commit 5eedc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 5eedc01

Please sign in to comment.