2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

trivial: Fix typo in comments.

s/daemon_complete/daemonize_complete/

Signed-off-by: William Tu <u9012063@gmail.com>
This commit is contained in:
William Tu
2020-03-23 07:56:47 -07:00
parent e7d6922c0e
commit c59922767e

View File

@@ -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)
{