Skip to content

Commit e5f3760

Browse files
committed
Fix comment spelling {addresing -> addressing} (NFC)
1 parent e7aab32 commit e5f3760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/ARMISelLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class VectorType;
377377

378378
bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
379379

380-
/// Returns true if the addresing mode representing by AM is legal
380+
/// Returns true if the addressing mode representing by AM is legal
381381
/// for the Thumb1 target, for a load/store of the specified type.
382382
bool isLegalT1ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
383383

0 commit comments

Comments
 (0)