Skip to content

Commit 4c5e883

Browse files
milsemanlorentey
andauthored
Update Sources/System/FileControlRaw.swift
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent d6ea89d commit 4c5e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/FileControlRaw.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ extension FileDescriptor {
369369
///
370370
/// The corresponding C constant is `F_LOG2PHYS`.
371371
@_alwaysEmitIntoClient
372-
public static var log2phys: Command { Command(F_LOG2PHYS) }
372+
public static var logicalToPhysical: Command { Command(F_LOG2PHYS) }
373373

374374
/// Return the full path of the fd.
375375
///

0 commit comments

Comments
 (0)