1
0
Fork 0
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:
akr 2008-08-31 08:18:11 +00:00
parent 72ee10b19c
commit 94f421c9c0

View file

@ -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;
}