diff --git a/Sources/System/FileControlRaw.swift b/Sources/System/FileControlRaw.swift index 18e24c5e..45f43a99 100644 --- a/Sources/System/FileControlRaw.swift +++ b/Sources/System/FileControlRaw.swift @@ -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. ///