From 4c5e883fd97ac1caeb2be737d32348bb973a2574 Mon Sep 17 00:00:00 2001 From: Michael Ilseman Date: Sat, 15 May 2021 09:44:59 -0600 Subject: [PATCH] Update Sources/System/FileControlRaw.swift Co-authored-by: Karoy Lorentey --- Sources/System/FileControlRaw.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///