summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-18 02:50:01 +0000
committerDan Gohman <gohman@apple.com>2008-11-18 02:50:01 +0000
commit6c2fe2237bf21aa4bfe05ba3135d82e66235e97d (patch)
tree97ea251129762126edf00aa45aab40c015091d02 /lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
parent3cc6243ddfdba3ad64035b919c88b09773a60880 (diff)
downloadexternal_llvm-6c2fe2237bf21aa4bfe05ba3135d82e66235e97d.zip
external_llvm-6c2fe2237bf21aa4bfe05ba3135d82e66235e97d.tar.gz
external_llvm-6c2fe2237bf21aa4bfe05ba3135d82e66235e97d.tar.bz2
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index e7e1451..40191d2 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<SUnit*> PendingQueue;