Fix typo in comment.

This commit is contained in:
Mark Lacey
2016-03-14 16:18:00 -07:00
parent 16a5e044d9
commit a7eb7b10d9

View File

@@ -2309,8 +2309,8 @@ class ArgumentSplitter {
/// The argument we are splitting.
SILArgument *Arg;
/// The worklist of arguments that we still ned to visit. We simplify each
/// argument recursively one step at a time.
/// The worklist of arguments that we still need to visit. We
/// simplify each argument recursively one step at a time.
std::vector<SILArgument *> &Worklist;
/// The values incoming into Arg.