Skip to content

Commit 9c6b703

Browse files
authored
spelling: declaring (#58596)
1 parent 6941821 commit 9c6b703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CrossImport/remark-option.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
// RUN: %target-typecheck-verify-swift -enable-cross-import-overlays -Rcross-import -I %t/include -I %t/lib/swift -F %t/Frameworks
55

66
import DeclaringLibrary
7-
// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DelcaringLibrary
7+
// FIXME: Similarly to horrible.swift, ideally we would emit this remark on DeclaringLibrary
88
// decl, since the cross-import overlay actually belongs to the DeclaringLibrary. (SR-12223)
99
import BystandingLibrary // expected-remark {{import of 'DeclaringLibrary' and 'BystandingLibrary' triggered a cross-import of '_OverlayLibrary'}}

0 commit comments

Comments
 (0)