Skip to content

Commit a7eb7b1

Browse files
committed
Fix typo in comment.
1 parent 16a5e04 commit a7eb7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Transforms/SimplifyCFG.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,8 +2309,8 @@ class ArgumentSplitter {
23092309
/// The argument we are splitting.
23102310
SILArgument *Arg;
23112311

2312-
/// The worklist of arguments that we still ned to visit. We simplify each
2313-
/// argument recursively one step at a time.
2312+
/// The worklist of arguments that we still need to visit. We
2313+
/// simplify each argument recursively one step at a time.
23142314
std::vector<SILArgument *> &Worklist;
23152315

23162316
/// The values incoming into Arg.

0 commit comments

Comments
 (0)