Fix typo.

llvm-svn: 210947
This commit is contained in:
Eric Christopher 2014-06-13 22:38:48 +00:00
parent e847f132f7
commit 170ebcf07f
1 changed files with 1 additions and 1 deletions

View 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; }