Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ice799 committed Mar 22, 2009
1 parent fa95707 commit 6660511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/shlock.c
Expand Up @@ -260,7 +260,7 @@ void Init_shlock() {

/* Shlock::Psem */
VALUE psem_class = rb_define_class_under(shared_lock_module, "Psem", rb_cObject);
rb_define_singleton(psem_class, "new", rb_psem_new, 2);
rb_define_singleton_method(psem_class, "new", rb_psem_new, 2);
rb_define_method(psem_class, "lock", rb_psem_lock, 0);
rb_define_method(psem_class, "unlock", rb_psem_unlock, 0);
rb_define_method(psem_class, "destroy", rb_psem_destroy, 0);
Expand Down

0 comments on commit 6660511

Please sign in to comment.