From ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 3 May 2016 13:07:13 -0700 Subject: Typo fixes --- sesman/libscp/libscp_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman/libscp/libscp_lock.c') diff --git a/sesman/libscp/libscp_lock.c b/sesman/libscp/libscp_lock.c index 848c1966..be0619cb 100644 --- a/sesman/libscp/libscp_lock.c +++ b/sesman/libscp/libscp_lock.c @@ -29,7 +29,7 @@ pthread_mutexattr_t lock_fork_attr; /* mutex attributes */ tbus lock_fork_req; /* semaphore on which the process that are going to fork suspend on */ tbus lock_fork_wait; /* semaphore on which the suspended process wait on */ int lock_fork_forkers_count; /* threads that want to fork */ -int lock_fork_blockers_count; /* threads thar are blocking fork */ +int lock_fork_blockers_count; /* threads that are blocking fork */ int lock_fork_waiting_count; /* threads suspended until the fork finishes */ void DEFAULT_CC -- cgit v1.2.1