[llvm] e5f3760 - Fix comment spelling {addresing -> addressing} (NFC)

Matthew Malcomson via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 08:15:44 PST 2019


Author: Matthew Malcomson
Date: 2019-11-13T16:14:32Z
New Revision: e5f3760e8c7f859e455a1d487910f25239a84fe7

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

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

Added: 
    

Modified: 
    llvm/lib/Target/ARM/ARMISelLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index d3caed884a37..0aee61fbe802 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -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;
 


        


More information about the llvm-commits mailing list