mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
83e62d7798
commit
3d43944725
1 changed files with 1 additions and 1 deletions
|
@ -220,6 +220,6 @@ Init_monitor(void)
|
|||
rb_define_method(rb_cMonitor, "mon_check_owner", monitor_check_owner, 0);
|
||||
rb_define_method(rb_cMonitor, "mon_owned?", monitor_owned_p, 0);
|
||||
|
||||
/* internal methods for MonitorMixin::ConditionalVariable */
|
||||
/* internal methods for MonitorMixin::ConditionVariable */
|
||||
rb_define_method(rb_cMonitor, "wait_for_cond", monitor_wait_for_cond, 2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue