summaryrefslogtreecommitdiff
path: root/spec/ruby/core/process
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-04-28 14:35:17 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-04-28 14:35:17 +0200
commitfc37a045a0b2cf02a77109eb87b01d8b82d5c15d (patch)
tree6a8e22b372f455f59ca9e54e6f02b6747772e778 /spec/ruby/core/process
parentd835ed4df1ae2bf317db41a8009b1fad143c94f1 (diff)
Fix typo in spec
Diffstat (limited to 'spec/ruby/core/process')
-rw-r--r--spec/ruby/core/process/fixtures/clocks.rb2
1 files changed, 1 insertions, 1 deletions
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]