Skip to content

Commit f289c11

Browse files
committed
Fix typo in NameLookup.cpp from paramter to parameter
1 parent 91c75a2 commit f289c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/NameLookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3297,7 +3297,7 @@ createExtensionGenericParams(ASTContext &ctx,
32973297
}
32983298

32993299
/// If the extended type is a generic typealias whose underlying type is
3300-
/// a tuple, the extension inherits the generic paramter list from the
3300+
/// a tuple, the extension inherits the generic parameter list from the
33013301
/// typealias.
33023302
static GenericParamList *
33033303
createTupleExtensionGenericParams(ASTContext &ctx,

0 commit comments

Comments
 (0)