[ovs-dev] [PATCH] trivial: Fix typo in comments.

William Tu u9012063 at gmail.com
Mon Mar 23 14:59:17 UTC 2020


s/daemon_complete/daemonize_complete/

Signed-off-by: William Tu <u9012063 at gmail.com>
---
 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



More information about the dev mailing list