[llvm] r191312 - Comment typo.

Andrew Trick atrick at apple.com
Tue Sep 24 10:11:19 PDT 2013


Author: atrick
Date: Tue Sep 24 12:11:19 2013
New Revision: 191312

URL: http://llvm.org/viewvc/llvm-project?rev=191312&view=rev
Log:
Comment typo.

Modified:
    llvm/trunk/lib/CodeGen/MachineScheduler.cpp

Modified: llvm/trunk/lib/CodeGen/MachineScheduler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineScheduler.cpp?rev=191312&r1=191311&r2=191312&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineScheduler.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineScheduler.cpp Tue Sep 24 12:11:19 2013
@@ -205,7 +205,7 @@ nextIfDebug(MachineBasicBlock::iterator
       &*nextIfDebug(MachineBasicBlock::const_iterator(I), End)));
 }
 
-/// Instantiate a ScheduleDAGInstrs that will be owned by the called.
+/// Instantiate a ScheduleDAGInstrs that will be owned by the caller.
 ScheduleDAGInstrs *MachineScheduler::createMachineScheduler() {
   // Select the scheduler, or set the default.
   MachineSchedRegistry::ScheduleDAGCtor Ctor = MachineSchedOpt;





More information about the llvm-commits mailing list