Skip to content

Commit 9e3d32e

Browse files
authored
update code comments for consistent macOS descriptions (#51)
1 parent e933ff3 commit 9e3d32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Helpers/RuntimeLinux/NonisolatedInterfaceStrategy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Virtualization
2424
import vmnet
2525

2626
#if !CURRENT_SDK
27-
/// Interface strategy for containers running on macOS 16.
27+
/// Interface strategy for containers that use macOS's custom network feature.
2828
@available(macOS 16, *)
2929
struct NonisolatedInterfaceStrategy: InterfaceStrategy {
3030
private let log: Logger

Sources/Services/ContainerNetworkService/ReservedVmnetNetwork.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import XPC
2727
import vmnet
2828

2929
#if !CURRENT_SDK
30-
/// Creates a vmnet network with macOS 16 reservation APIs.
30+
/// Creates a vmnet network with reservation APIs.
3131
@available(macOS 16, *)
3232
public final class ReservedVmnetNetwork: Network {
3333
@SendableProperty

0 commit comments

Comments
 (0)