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 851820b commit 06ff9a3
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 @@ -39,7 +39,7 @@ extension FileDescriptor {
public static var closeOnExec: Flags { Flags(rawValue: FD_CLOEXEC) }
}

/// File status flags.
/// File descriptor status flags.
@frozen
public struct StatusFlags: OptionSet {
@_alwaysEmitIntoClient
Expand Down

0 comments on commit 06ff9a3

Please sign in to comment.