mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo in comment.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user