diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-05-03 13:07:13 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-05-04 23:33:30 -0700 |
commit | ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807 (patch) | |
tree | d9ef08b59192ba39b968fd3d6877f946b8bd1ba0 /sesman/libscp/libscp_lock.c | |
parent | fdb146740f2e544008e90214854b7a4aa2472e84 (diff) | |
download | xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.tar.gz xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.zip |
Typo fixes
Diffstat (limited to 'sesman/libscp/libscp_lock.c')
-rw-r--r-- | sesman/libscp/libscp_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |