summaryrefslogtreecommitdiff
path: root/spec/ruby/core/process/getrlimit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/process/getrlimit_spec.rb')
-rw-r--r--spec/ruby/core/process/getrlimit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/process/getrlimit_spec.rb b/spec/ruby/core/process/getrlimit_spec.rb
index 2ab825532b..0258bb3d80 100644
--- a/spec/ruby/core/process/getrlimit_spec.rb
+++ b/spec/ruby/core/process/getrlimit_spec.rb
@@ -2,7 +2,7 @@ require_relative '../../spec_helper'
platform_is :aix do
# In AIX, if getrlimit(2) is called multiple times with RLIMIT_DATA,
- # the first call and the subequent calls return slightly different
+ # the first call and the subsequent calls return slightly different
# values of rlim_cur, even if the process does nothing between
# the calls. This behavior causes some of the tests in this spec
# to fail, so call Process.getrlimit(:DATA) once and discard the result.