Skip to content

Commit 937600c

Browse files
author
David Ungar
committed
Fix typo
1 parent 791b81f commit 937600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/UnqualifiedLookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ void UnqualifiedLookupFactory::finishLookingInContext(
669669
// When a generic has the same name as a member, Swift prioritizes the generic
670670
// because the member could still be named by qualifying it. But there is no
671671
// corresponding way to qualify a generic parameter.
672-
// So, look for genrics first.
672+
// So, look for generics first.
673673
if (addGenericParameters == AddGenericParameters::Yes)
674674
addGenericParametersHereAndInEnclosingScopes(lookupContextForThisContext);
675675

0 commit comments

Comments
 (0)