mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
72ee10b19c
commit
94f421c9c0
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -932,7 +932,7 @@ rb_thread_blocking_region(
|
|||
rb_thread_t *th = GET_THREAD();
|
||||
|
||||
if (ubf == RUBY_UBF_IO || ubf == RUBY_UBF_PROCESS) {
|
||||
ubf = ubf_select;n
|
||||
ubf = ubf_select;
|
||||
data2 = th;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue