s/daemon_complete/daemonize_complete/
Signed-off-by: William Tu <[email protected]>
---
lib/daemon-unix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/daemon-unix.c b/lib/daemon-unix.c
index 7e48630f0e93..6b2a5b9bd4e6 100644
--- a/lib/daemon-unix.c
+++ b/lib/daemon-unix.c
@@ -434,8 +434,8 @@ monitor_daemon(pid_t daemon_pid)
/* If daemonization is configured, then starts daemonization, by forking and
* returning in the child process. The parent process hangs around until the
* child lets it know either that it completed startup successfully (by calling
- * daemon_complete()) or that it failed to start up (by exiting with a nonzero
- * exit code). */
+ * daemonize_complete()) or that it failed to start up (by exiting with a
+ * nonzero exit code). */
void
daemonize_start(bool access_datapath)
{
--
2.7.4
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev