Fix typo.
authorEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 22:38:48 +0000 (22:38 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 22:38:48 +0000 (22:38 +0000)
llvm-svn: 210947

llvm/lib/Target/PowerPC/PPCSubtarget.h

index 3436095..2d8399e 100644 (file)
@@ -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; }