From: Craig Topper Date: Sun, 10 Dec 2017 09:14:35 +0000 (+0000) Subject: [Docs] Fix typo in scheduler model documentation. enumemation->enumeration X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc0301b617eec9deb741d75194a3cdf44a34380;p=llvm [Docs] Fix typo in scheduler model documentation. enumemation->enumeration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320288 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst index 8cffee4b1bb..5f34c70540b 100644 --- a/docs/WritingAnLLVMBackend.rst +++ b/docs/WritingAnLLVMBackend.rst @@ -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.