Skip to content

Commit f327011

Browse files
committed
spelling: forward
Signed-off-by: Josh Soref <[email protected]>
1 parent 12adfdf commit f327011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ScanDependencies/explicit-module-map-forwarding-module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Step 2: build .swiftmodule from .swiftinterface and give the adjacent .swiftmodule as a candidate compiled module.
1111
// RUN: %target-swift-frontend -compile-module-from-interface %t/inputs/Foo.swiftinterface -o %t/inputs/Foo-from-interface.swiftmodule -module-name Foo -candidate-module-file %t/inputs/Foo.swiftmodule
1212

13-
// Step 3: the new .swiftmodule should be a fowarding module.
13+
// Step 3: the new .swiftmodule should be a forwarding module.
1414
// RUN: %{python} %S/../ModuleInterface/ModuleCache/Inputs/check-is-forwarding-module.py %t/inputs/Foo-from-interface.swiftmodule
1515

1616
// Step 4: using the forwarding module in explicit module map should be OK.

0 commit comments

Comments
 (0)