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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user