X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.c;h=40cef3840000a9a44848d779f531a9ea400ae983;hp=300851bb3ca6e01a8b3d10fe824c8b2935172b0d;hb=8e1ef46e89a86865736a62d2def88f70acb0be55;hpb=790c779e5d45e5ea024c221e60d3dd2277a7b7b9 diff --git a/src/common/daemonize.c b/src/common/daemonize.c index 300851bb3..40cef3840 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -20,13 +20,13 @@ #include #include #include -#include +#include #include #include -#include -#include +#include +#include LTTNG_HIDDEN int lttng_daemonize(pid_t *child_ppid, int *completion_flag, @@ -118,7 +118,7 @@ int lttng_daemonize(pid_t *child_ppid, int *completion_flag, /* * From this point on, the parent can exit and the child - * is now an operationnal session daemon ready to serve + * is now an operational session daemon ready to serve * clients and applications. */ exit(EXIT_SUCCESS);