mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in spec
This commit is contained in:
parent
d835ed4df1
commit
fc37a045a0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module ProcessSpecs
|
||||||
clocks += Process.constants.select { |c| c.to_s.start_with?('CLOCK_') }
|
clocks += Process.constants.select { |c| c.to_s.start_with?('CLOCK_') }
|
||||||
|
|
||||||
# These require CAP_WAKE_ALARM and are not documented in
|
# These require CAP_WAKE_ALARM and are not documented in
|
||||||
# Process#clock_gettime they return EINVAL if the permission
|
# Process#clock_gettime. They return EINVAL if the permission
|
||||||
# is not granted.
|
# is not granted.
|
||||||
clocks -= [:CLOCK_BOOTTIME_ALARM, :CLOCK_REALTIME_ALARM]
|
clocks -= [:CLOCK_BOOTTIME_ALARM, :CLOCK_REALTIME_ALARM]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue