aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_lib/file_hook.c')
-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 );