diff options
author | Robin Morisset <morisset@google.com> | 2014-08-15 22:17:28 +0000 |
---|---|---|
committer | Robin Morisset <morisset@google.com> | 2014-08-15 22:17:28 +0000 |
commit | d18cda620c2fd8f0f2c38271388de17608eeda28 (patch) | |
tree | 38249ee1905a8c36ae103b1627564207d4f134da /llvm/lib/Target/ARM/ARMSubtarget.h | |
parent | 55048cf1410619bb394ba0b17c9e4c84b8d1699b (diff) | |
download | bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.tar.gz bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.zip |
Fix typos in comments
llvm-svn: 215777
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 065d5d61927..1263e8b7121 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -439,7 +439,7 @@ public: // enableAtomicExpandLoadLinked - True if we need to expand our atomics. bool enableAtomicExpandLoadLinked() const override; - /// getInstrItins - Return the instruction itineraies based on subtarget + /// getInstrItins - Return the instruction itineraries based on subtarget /// selection. const InstrItineraryData *getInstrItineraryData() const { return &InstrItins; |