From d58a6788fd1edda7fed1e3df2b287c93d4c9ca94 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 31 Aug 2008 08:18:11 +0000 Subject: fix a typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 8b7f6364f..ce93b1d46 100644 --- a/thread.c +++ b/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; } -- cgit