aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index 7987180c28..ca1b42de41 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -969,7 +969,7 @@ FastISel::SelectInsertValue(const User *U) {
// a new set of virtual registers, which results in a large number of
// loads/stores from/to the stack that copies the aggregate all over the place
// and results in lots of spill code. I believe this is necessary to preserve
- // SSA form, but maybe there's something we coul do to improve this.
+ // SSA form, but maybe there's something we could do to improve this.
// Get the Aggregate base register.
unsigned AggBaseReg;