Skip to content

Commit d0564c0

Browse files
committed
Fix a typo in a comment.
1 parent c72a454 commit d0564c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckConcurrency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ namespace {
834834
}
835835
}
836836

837-
// The children of #selector expressions are not evaluation, so we do not
837+
// The children of #selector expressions are not evaluated, so we do not
838838
// need to do isolation checking there. This is convenient because such
839839
// expressions tend to violate restrictions on the use of instance
840840
// methods.

0 commit comments

Comments
 (0)