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

index fd6debf7f69a3410fc36e018593e65d60b68b17a..f0b0f0d9e919d3249d5904774fec73320578a9a5 100644 (file)
@@ -1045,7 +1045,7 @@ fork_watchdog_child(void)
                /* Set the process type variable */
                processType = PT_WATCHDOG;
 
-               /* call PCP child main */
+               /* call watchdog child main */
                POOL_SETMASK(&UnBlockSig);
                watchdog_main();
        }