1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

cure my speling

This commit is contained in:
avsm 2004-02-26 11:04:15 +00:00
parent f64cf283ca
commit 9ba52c1367

View File

@ -1,4 +1,4 @@
/* $OpenBSD: privsep.c,v 1.13 2004/01/04 08:28:49 djm Exp $ */
/* $OpenBSD: privsep.c,v 1.14 2004/02/26 11:04:15 avsm Exp $ */
/*
* Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
@ -49,7 +49,7 @@
*
* This allows a HUP signal to the child to reopen its log files, and
* the config file to be parsed if it hasn't been changed (this is still
* useful to force resoluton of remote syslog servers again).
* useful to force resolution of remote syslog servers again).
* If the config file has been modified, then the child dies, and
* the priv parent restarts itself.
*/