[Docs] Fix typo in scheduler model documentation. enumemation->enumeration

llvm-svn: 320288
This commit is contained in:
Craig Topper 2017-12-10 09:14:35 +00:00
parent cf4701bb89
commit d435a1950f
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ Instruction Scheduling
----------------------
Instruction itineraries can be queried using MCDesc::getSchedClass(). The
value can be named by an enumemation in llvm::XXX::Sched namespace generated
value can be named by an enumeration in llvm::XXX::Sched namespace generated
by TableGen in XXXGenInstrInfo.inc. The name of the schedule classes are
the same as provided in XXXSchedule.td plus a default NoItinerary class.