Skip to content

Commit 29c8ffc

Browse files
committed
spelling: parameter
Signed-off-by: Josh Soref <[email protected]>
1 parent 6a580c5 commit 29c8ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/templates/defaulted-template-type-parameter-module-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// CHECK: func overloadedDefaultedTemplate(_: Int32)
1717
// CHECK: func defaultedTemplateReferenceTypeParam<T>(_ t: inout T)
1818
// The following types aren't imported correctly, but that does not have to do
19-
// with the fact that the template type paramaters are defaulted.
19+
// with the fact that the template type parameters are defaulted.
2020
// TODO: reenable the following checks: (rdar://90587703)
2121
// TODO-CHECK: func defaultedTemplatePointerTypeParam<T>(_ t: UnsafeMutablePointer<T>)
2222
// TODO-CHECK: func defaultedTemplatePointerPointerTypeParam<T>(_ t: UnsafeMutablePointer<OpaquePointer?>!)

0 commit comments

Comments
 (0)