[llvm-commits] [llvm] r59489 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

Dan Gohman gohman at apple.com
Mon Nov 17 18:50:01 PST 2008


Author: djg
Date: Mon Nov 17 20:50:01 2008
New Revision: 59489

URL: http://llvm.org/viewvc/llvm-project?rev=59489&view=rev
Log:
Fix a typo in a comment.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp?rev=59489&r1=59488&r2=59489&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp Mon Nov 17 20:50:01 2008
@@ -54,7 +54,7 @@
   
   /// PendingQueue - This contains all of the instructions whose operands have
   /// been issued, but their results are not ready yet (due to the latency of
-  /// the operation).  Once the operands becomes available, the instruction is
+  /// the operation).  Once the operands become available, the instruction is
   /// added to the AvailableQueue.
   std::vector<SUnit*> PendingQueue;
 





More information about the llvm-commits mailing list