Skip to content

Commit 3487d63

Browse files
committed
fix incorrect property name
1 parent 015387b commit 3487d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BSD/Core/Proc/PIDInfo.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ extension BSD {
446446
}
447447

448448
/// The platform for the process.
449-
public var getPlatform: UInt32 {
449+
public var platform: UInt32 {
450450
get throws { try self.info(flavor: .platform) }
451451
}
452452

0 commit comments

Comments
 (0)