1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix comment spelling {addresing -> addressing} (NFC)

This commit is contained in:
Matthew Malcomson 2019-11-13 15:50:44 +00:00
parent fcfe9b03ff
commit f73fd90184

View File

@ -377,7 +377,7 @@ class VectorType;
bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
/// Returns true if the addresing mode representing by AM is legal
/// Returns true if the addressing mode representing by AM is legal
/// for the Thumb1 target, for a load/store of the specified type.
bool isLegalT1ScaledAddressingMode(const AddrMode &AM, EVT VT) const;