summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_lock.c
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-05-06 09:05:38 -0400
committerItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-05-06 09:05:38 -0400
commit0a6a55b5472fff76a09d3b2435ec0d09329a93d7 (patch)
tree6e9826cfec408a0fec92064ba82d87f5eb4d4a16 /sesman/libscp/libscp_lock.c
parent824909118367d0b012069a3aa94b70b990b6ece0 (diff)
parentb95dc9e12f570c6612c74f2b9b409946ad5ecdcb (diff)
downloadxrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.tar.gz
xrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.zip
Merge pull request #370 from proski/typos
Typo fixes and more
Diffstat (limited to 'sesman/libscp/libscp_lock.c')
-rw-r--r--sesman/libscp/libscp_lock.c2
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