Skip to content

Commit 5e45942

Browse files
author
David Ungar
committed
Fix typo
1 parent ea27bf6 commit 5e45942

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)