Skip to content

Commit 195271e

Browse files
committed
fix typo
1 parent f78fb36 commit 195271e

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
@@ -5813,7 +5813,7 @@ computeDefaultInferredActorIsolation(ValueDecl *value) {
58135813
IsolationSource(overriddenValue, IsolationSource::Override)},
58145814
overriddenValue,
58155815
isolation}; // use the overridden decl's iso as the default
5816-
// isolatiotn for this decl.
5816+
// isolation for this decl.
58175817
}
58185818

58195819
// We did not find anything special, return unspecified.

0 commit comments

Comments
 (0)