You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SWBBuildService/BuildServiceEntryPoint.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ extension BuildService {
91
91
}
92
92
}
93
93
94
-
/// Common entry point to the build service for in-process and out-of-process connectons.
94
+
/// Common entry point to the build service for in-process and out-of-process connections.
95
95
///
96
96
/// Called directly from the exported C entry point `swiftbuildServiceEntryPoint` for in-process connections, or from `BuildService.main()` (after some basic file descriptor setup) for out-of-process connections.
0 commit comments