We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 332255b + b2e0eaa commit 0fd0bf6Copy full SHA for 0fd0bf6
lib/Sema/TypeCheckConcurrency.cpp
@@ -2229,7 +2229,7 @@ namespace {
2229
// in the current context stack must require the same isolation. If
2230
// along the way to the innermost context, we find a DeclContext that
2231
// 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
+ // receive isolation from its decl context), then the expression cannot
2233
// require a different isolation.
2234
for (auto *dc : contextStack) {
2235
if (!infersIsolationFromContext(dc)) {
0 commit comments