]> granicus.if.org Git - llvm/commitdiff
[Docs] Fix typo in scheduler model documentation. enumemation->enumeration
authorCraig Topper <craig.topper@intel.com>
Sun, 10 Dec 2017 09:14:35 +0000 (09:14 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 10 Dec 2017 09:14:35 +0000 (09:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320288 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMBackend.rst

index 8cffee4b1bbb0bf474320e530ae233e330db6d95..5f34c70540b4a9599b5b7f8eb5b370cfa7eef4d8 100644 (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.