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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 01:14:35 PST 2017


Author: ctopper
Date: Sun Dec 10 01:14:35 2017
New Revision: 320288

URL: http://llvm.org/viewvc/llvm-project?rev=320288&view=rev
Log:
[Docs] Fix typo in scheduler model documentation. enumemation->enumeration

Modified:
    llvm/trunk/docs/WritingAnLLVMBackend.rst

Modified: llvm/trunk/docs/WritingAnLLVMBackend.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.rst?rev=320288&r1=320287&r2=320288&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.rst (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.rst Sun Dec 10 01:14:35 2017
@@ -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.
 




More information about the llvm-commits mailing list