align.h: Implement ALIGN_FLOOR macro
[lttng-tools.git] / src / common / daemonize.c
index b12194ee9480c9aab2933258c987a9adff126100..40cef3840000a9a44848d779f531a9ea400ae983 100644 (file)
@@ -25,8 +25,8 @@
 
 #include <urcu/system.h>
 
-#include <src/common/daemonize.h>
-#include <src/common/error.h>
+#include <common/daemonize.h>
+#include <common/error.h>
 
 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);
This page took 0.023759 seconds and 5 git commands to generate.