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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210947 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCSubtarget.h

index 3436095a22b7f4748762731cc6514a6894747072..2d8399e78110c42f550931139844705077f3143e 100644 (file)
@@ -140,7 +140,7 @@ public:
   ///
   unsigned getDarwinDirective() const { return DarwinDirective; }
 
   ///
   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; }
 
   /// selection.
   const InstrItineraryData &getInstrItineraryData() const { return InstrItins; }