Skip to content

Commit 8bbffac

Browse files
Merge pull request #33708 from LucianoPAlmeida/minor-typo
[NFC] Correcting minor typo on a CSDiagnostics comment
2 parents 850745a + 88e26c0 commit 8bbffac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSDiagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Optional<Diag<Type, Type>> GenericArgumentsMismatchFailure::getDiagnosticFor(
643643

644644
void GenericArgumentsMismatchFailure::emitNoteForMismatch(int position) {
645645
auto *locator = getLocator();
646-
// Since there could be implicit conversions assoicated with argument
646+
// Since there could be implicit conversions associated with argument
647647
// to parameter conversions, let's use parameter type as a source of
648648
// generic parameter information.
649649
auto paramSourceTy =

0 commit comments

Comments
 (0)