From fc37a045a0b2cf02a77109eb87b01d8b82d5c15d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 28 Apr 2019 14:35:17 +0200 Subject: [PATCH] Fix typo in spec --- spec/ruby/core/process/fixtures/clocks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ruby/core/process/fixtures/clocks.rb b/spec/ruby/core/process/fixtures/clocks.rb index 5f45e8065b..15297e6e6f 100644 --- a/spec/ruby/core/process/fixtures/clocks.rb +++ b/spec/ruby/core/process/fixtures/clocks.rb @@ -6,7 +6,7 @@ module ProcessSpecs clocks += Process.constants.select { |c| c.to_s.start_with?('CLOCK_') } # 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. clocks -= [:CLOCK_BOOTTIME_ALARM, :CLOCK_REALTIME_ALARM]