X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.c;h=40cef3840000a9a44848d779f531a9ea400ae983;hp=b12194ee9480c9aab2933258c987a9adff126100;hb=d4ad24a314cea1020c7cd08b27670f5da495e38d;hpb=0452bf084c6d8416b88c2bb941e99eb4eec453b8 diff --git a/src/common/daemonize.c b/src/common/daemonize.c index b12194ee9..40cef3840 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -25,8 +25,8 @@ #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);