1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Fix redundancy in comment.

This commit is contained in:
David Steele 2020-01-17 22:54:19 -07:00
parent ec173f12fb
commit 19c39fe1e2

View File

@ -25,8 +25,8 @@ forkSafe(void)
}
/***********************************************************************************************************************************
Detach a forked process and detach it so it can continue running after the parent process has exited. This is not a typical daemon
startup because the parent process may continue to run and perform work for some time.
Detach a forked process so it can continue running after the parent process has exited. This is not a typical daemon startup
because the parent process may continue to run and perform work for some time.
***********************************************************************************************************************************/
void
forkDetach(void)