Skip to content

Commit de98d49

Browse files
Fix typo: weirdndess → weirdness
1 parent d46c30a commit de98d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSApply.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ Expr *ExprRewriter::coerceCallArguments(Expr *arg, Type paramType,
40984098
};
40994099

41004100
// Local function to extract the ith argument label, which papers over some
4101-
// of the weirdndess with tuples vs. parentheses.
4101+
// of the weirdness with tuples vs. parentheses.
41024102
auto getArgLabel = [&](unsigned i) -> Identifier {
41034103
if (argTuple)
41044104
return argTuple->getElementName(i);

0 commit comments

Comments
 (0)