aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Bersenev <bay@hackerdom.ru>2014-02-17 17:57:05 +0600
committerAlexander Bersenev <bay@hackerdom.ru>2014-02-17 17:57:05 +0600
commit6563293d18daed502ccdb663f3c72b4bae5fe23a (patch)
treed0a7d53a7c137feb4073c963408829f88ea75c92 /src
parentupdated portage to 2.2.8-r1 (diff)
downloadautodep-master.tar.gz
autodep-master.tar.bz2
autodep-master.zip
updated portage to 2.2.8-r1HEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/hook_lib/file_hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hook_lib/file_hook.c b/src/hook_lib/file_hook.c
index 493c206..390efce 100644
--- a/src/hook_lib/file_hook.c
+++ b/src/hook_lib/file_hook.c
@@ -540,7 +540,7 @@ pid_t fork(void) {
__fixenv();
// We have to get lock here because we can't be sure that other thread not in
- // protected code. When we forks, only current thread gets copied, so
+ // protected code. When someone calls fork, only current thread gets copied, so
// child mutex may be always locked without this.
pthread_mutex_lock( &socketblock );