summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-09-24 10:51:38 -0700
committerRalph Boehme <slow@samba.org>2019-10-02 08:01:40 +0000
commit9dc2cd86f6993fd681513b1b251f5bbdb01212d4 (patch)
tree29c84cb7069f5f560acf74afae80718ee58475c0 /lib
parent5d8493f5b459a7b91f9a5ca9dee00c968fab3d67 (diff)
downloadsamba-9dc2cd86f6993fd681513b1b251f5bbdb01212d4.tar.gz
lib: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/util/tfork.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tfork.h b/lib/util/tfork.h
index 89c9f7295a8..7b2ecd1eb89 100644
--- a/lib/util/tfork.h
+++ b/lib/util/tfork.h
@@ -27,7 +27,7 @@ struct tfork;
* @brief a fork() that avoids SIGCHLD and waitpid
*
* This function is a solution to the problem of fork() requiring special
- * preperations in the caller to handle SIGCHLD signals and to reap the child by
+ * preparations in the caller to handle SIGCHLD signals and to reap the child by
* wait()ing for it.
*
* The advantage over fork() is that the child process termination is signalled