Skip to content

Commit 0f15af5

Browse files
authored
Merge pull request #30795 from davidungar/typo-fix
[NFC] Fix a typo in a comment
2 parents e7ffea7 + 5e45942 commit 0f15af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/ASTScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ class GuardStmtScope final : public LabeledConditionalStmtScope {
17811781
/// The insertion point of the last statement of an active clause in an #if
17821782
/// must be the lookup parent
17831783
/// of any following scopes. But the active clause may not be the last clause.
1784-
/// In sort, this is another case where the lookup parent cannot follow the same
1784+
/// In short, this is another case where the lookup parent cannot follow the same
17851785
/// nesting as the source order. IfConfigUseScope implements this twist. It
17861786
/// follows the IfConfig, wraps all subsequent scopes, and redirects the lookup.
17871787
class LookupParentDiversionScope final : public ASTScopeImpl {

0 commit comments

Comments
 (0)