Skip to content

Commit 832ed79

Browse files
committed
fix bootstrap port documentation
1 parent d0a2fb8 commit 832ed79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Mach/Core/Port/Bootstrap/BoostrapPort.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extension Mach {
4444
}
4545
}
4646

47-
// The unprivileged bootstrap port.
47+
/// The unprivileged bootstrap port.
4848
public var unprivilegedPort: Mach.Port {
4949
get throws {
5050
var unprivilegedPortName = mach_port_name_t()
@@ -53,7 +53,7 @@ extension Mach {
5353
}
5454
}
5555

56-
// The root bootstrap port.
56+
/// The root bootstrap port.
5757
public var rootPort: Mach.Port {
5858
get throws {
5959
var rootPortName = mach_port_name_t()

0 commit comments

Comments
 (0)