Skip to content

Commit 0fd0bf6

Browse files
authored
Merge pull request swiftlang#69458 from ParthMakode/main
Update TypeCheckConcurrency.cpp
2 parents 332255b + b2e0eaa commit 0fd0bf6

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
@@ -2229,7 +2229,7 @@ namespace {
22292229
// in the current context stack must require the same isolation. If
22302230
// along the way to the innermost context, we find a DeclContext that
22312231
// has a different isolation (e.g. it's a local function that does not
2232-
// recieve isolation from its decl context), then the expression cannot
2232+
// receive isolation from its decl context), then the expression cannot
22332233
// require a different isolation.
22342234
for (auto *dc : contextStack) {
22352235
if (!infersIsolationFromContext(dc)) {

0 commit comments

Comments
 (0)