summaryrefslogtreecommitdiffstats
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
commitd58a6788fd1edda7fed1e3df2b287c93d4c9ca94 (patch)
tree22a9ec242b509262d2fbcb14c3e3b5513cad3691 /thread.c
parent8bab98a2c9bbcd5e3b9b4315d66d723dc5d79b9b (diff)
downloadruby-d58a6788fd1edda7fed1e3df2b287c93d4c9ca94.tar.gz
ruby-d58a6788fd1edda7fed1e3df2b287c93d4c9ca94.tar.xz
ruby-d58a6788fd1edda7fed1e3df2b287c93d4c9ca94.zip
fix a typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 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;
}