From 5e459421f3eae46106861a6ad03bcb1c6bf53676 Mon Sep 17 00:00:00 2001 From: David Ungar Date: Fri, 3 Apr 2020 12:33:42 -0700 Subject: [PATCH] Fix typo --- include/swift/AST/ASTScope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/swift/AST/ASTScope.h b/include/swift/AST/ASTScope.h index 9146c9c4c3ab3..3e3f27347cc58 100644 --- a/include/swift/AST/ASTScope.h +++ b/include/swift/AST/ASTScope.h @@ -1781,7 +1781,7 @@ class GuardStmtScope final : public LabeledConditionalStmtScope { /// The insertion point of the last statement of an active clause in an #if /// must be the lookup parent /// of any following scopes. But the active clause may not be the last clause. -/// In sort, this is another case where the lookup parent cannot follow the same +/// In short, this is another case where the lookup parent cannot follow the same /// nesting as the source order. IfConfigUseScope implements this twist. It /// follows the IfConfig, wraps all subsequent scopes, and redirects the lookup. class LookupParentDiversionScope final : public ASTScopeImpl {