Skip to content

Commit fc6c2e3

Browse files
[gardening] Fix recently introduced typo: "whcih" → "which"
1 parent aaf5de9 commit fc6c2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/basic-instruction-properties.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bb0(%0 : $X):
6565
apply %6(%0) : $@callee_owned @convention(thick) (@owned X) -> ()
6666
apply %7() : $@callee_owned @convention(thick) () -> ()
6767

68-
// Make sure we properly handle full apply sites for whcih we can not
68+
// Make sure we properly handle full apply sites for which we can not
6969
// trivially find an absolute referenced function.
7070
apply %8(%0) : $@convention(method) (@guaranteed X) -> ()
7171
return undef : $()

0 commit comments

Comments
 (0)