summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 08:18:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 08:18:11 +0000
commit94f421c9c02f8e3e9ff1c7f6a70a5cb5e571422b (patch)
tree22a9ec242b509262d2fbcb14c3e3b5513cad3691 /thread.c
parent72ee10b19c0edab36a78c2bdc1870be5220e32ba (diff)
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 8b7f6364f7..ce93b1d46a 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;
}