summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 14:10:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 14:10:48 +0000
commit0f020f7ca43f357ee93129fd5d216ff2677af9a5 (patch)
tree065b898238c91abbb18ae0811a2fc7361aebd95c /thread.c
parent85bb412ef94fc85ebc05d328e57fd4c1aaa6c63a (diff)
* thread.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index dd6d4439ba..33cbe9f051 100644
--- a/thread.c
+++ b/thread.c
@@ -3770,7 +3770,7 @@ rb_thread_shield_wait(VALUE self)
}
/*
- * Release a barrrier, and return true if it has waiting threads.
+ * Release a thread shield, and return true if it has waiting threads.
*/
VALUE
rb_thread_shield_release(VALUE self)
@@ -3781,7 +3781,7 @@ rb_thread_shield_release(VALUE self)
}
/*
- * Release and destroy a barrrier, and return true if it has waiting threads.
+ * Release and destroy a thread shield, and return true if it has waiting threads.
*/
VALUE
rb_thread_shield_destroy(VALUE self)