From 6c2fe2237bf21aa4bfe05ba3135d82e66235e97d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 18 Nov 2008 02:50:01 +0000 Subject: [PATCH] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59489 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index e7e14516eb7..40191d2c749 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp @@ -54,7 +54,7 @@ private: /// 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 PendingQueue;