[llvm] r210947 - Fix typo.
Eric Christopher
echristo at gmail.com
Fri Jun 13 15:38:48 PDT 2014
Author: echristo
Date: Fri Jun 13 17:38:48 2014
New Revision: 210947
URL: http://llvm.org/viewvc/llvm-project?rev=210947&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCSubtarget.h
Modified: llvm/trunk/lib/Target/PowerPC/PPCSubtarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCSubtarget.h?rev=210947&r1=210946&r2=210947&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCSubtarget.h (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCSubtarget.h Fri Jun 13 17:38:48 2014
@@ -140,7 +140,7 @@ public:
///
unsigned getDarwinDirective() const { return DarwinDirective; }
- /// getInstrItins - Return the instruction itineraies based on subtarget
+ /// getInstrItins - Return the instruction itineraries based on subtarget
/// selection.
const InstrItineraryData &getInstrItineraryData() const { return InstrItins; }
More information about the llvm-commits
mailing list