summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-17 13:15:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-17 13:15:13 +0000
commit9869ec7a7d5c1b044b2ee8df59a86653d7ad1053 (patch)
tree7a53f6f3dae2da18881204155b87ea17498864eb /thread.c
parente9f77725d2455f442d9b7bb598664faaf88fd847 (diff)
Fix typos.
* node.c: strucutre -> structure * random.c: acquried -> acquired * thread.c: accross -> across git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61889 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 b32817ad0d..d2e57b3dcb 100644
--- a/thread.c
+++ b/thread.c
@@ -2110,7 +2110,7 @@ rb_threadptr_execute_interrupts(rb_thread_t *th, int blocking_timing)
}
else {
if (err == th->vm->special_exceptions[ruby_error_stream_closed]) {
- /* the only special exception to be queued accross thread */
+ /* the only special exception to be queued across thread */
err = ruby_vm_special_exception_copy(err);
}
/* set runnable if th was slept. */