Fix typo in fork_lifecheck_child().
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 10 Sep 2019 06:54:13 +0000 (15:54 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 10 Sep 2019 06:54:13 +0000 (15:54 +0900)
src/watchdog/wd_lifecheck.c

index a24cad852be4a36b6fa40a3e9b11fc765257d611..54c45c16bd639b1d6ed93406fa7440e00440860d 100644 (file)
@@ -358,7 +358,7 @@ fork_lifecheck_child(void)
                /* Set the process type variable */
                processType = PT_LIFECHECK;
 
-               /* call PCP child main */
+               /* call lifecheck child main */
                POOL_SETMASK(&UnBlockSig);
                lifecheck_main();
        }