Skip to content

Commit

Permalink
Update Sources/System/FileControlRaw.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Karoy Lorentey <klorentey@apple.com>
  • Loading branch information
milseman and lorentey authored May 15, 2021
1 parent d6ea89d commit 4c5e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/System/FileControlRaw.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ extension FileDescriptor {
///
/// The corresponding C constant is `F_LOG2PHYS`.
@_alwaysEmitIntoClient
public static var log2phys: Command { Command(F_LOG2PHYS) }
public static var logicalToPhysical: Command { Command(F_LOG2PHYS) }

/// Return the full path of the fd.
///
Expand Down

0 comments on commit 4c5e883

Please sign in to comment.