[前][次][番号順一覧][スレッド一覧]

ruby-changes:55582

From: Benoit <ko1@a...>
Date: Sun, 28 Apr 2019 21:36:49 +0900 (JST)
Subject: [ruby-changes:55582] Benoit Daloze:fc37a045a0 (trunk): Fix typo in spec

https://git.ruby-lang.org/ruby.git/commit/?id=fc37a045a0

From fc37a045a0b2cf02a77109eb87b01d8b82d5c15d Mon Sep 17 00:00:00 2001
From: Benoit Daloze <eregontp@g...>
Date: Sun, 28 Apr 2019 14:35:17 +0200
Subject: Fix typo in spec


diff --git a/spec/ruby/core/process/fixtures/clocks.rb b/spec/ruby/core/process/fixtures/clocks.rb
index 5f45e80..15297e6 100644
--- a/spec/ruby/core/process/fixtures/clocks.rb
+++ b/spec/ruby/core/process/fixtures/clocks.rb
@@ -6,7 +6,7 @@ module ProcessSpecs https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/fixtures/clocks.rb#L6
       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]
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]