Skip to content

Commit 286d22b

Browse files
authored
libswift readme spelling - Briding to Bridging (#37989)
1 parent e49feab commit 286d22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libswift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ No yet implemented instruction classes are mapped to a "placeholder" instruction
7070

7171
## The Optimizer
7272

73-
Similar to SIL, the optimizer also uses a small bridging layer (`OptimizerBriding.h`).
73+
Similar to SIL, the optimizer also uses a small bridging layer (`OptimizerBridging.h`).
7474
Passes are registered in `registerSwiftPasses()`, called from `initializeLibSwift()`.
7575
The C++ PassManager can then call a _libwift_ pass like any other `SILFunctionTransform` pass.
7676

0 commit comments

Comments
 (0)