mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo [ci skip]
This commit is contained in:
parent
1d435bd51a
commit
f2ed8466d3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ describe "C-API Thread function" do
|
|||
thr.value.should be_true
|
||||
end
|
||||
|
||||
it "runs a C function with the global lock unlocked amd unlocks IO with the generic RUBY_UBF_IO" do
|
||||
it "runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO" do
|
||||
thr = Thread.new do
|
||||
@t.rb_thread_call_without_gvl_with_ubf_io
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue