diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c index 5004691d7e..cf81f2ad1b 100644 --- a/lib/isc/unix/app.c +++ b/lib/isc/unix/app.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.c,v 1.40 2001/03/14 06:31:17 bwelling Exp $ */ +/* $Id: app.c,v 1.41 2001/03/19 22:44:52 bwelling Exp $ */ #include @@ -174,7 +174,7 @@ isc_app_start(void) { * On Solaris 2, delivery of a signal whose action is SIG_IGN * will not cause sigwait() to return. We may have inherited * unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent - * process, * (e.g, Solaris cron). Set an action of SIG_DFL to make + * process (e.g, Solaris cron). Set an action of SIG_DFL to make * sure sigwait() works as expected. Only do this for SIGTERM and * SIGINT if we don't have sigwait(), since a different handler is * installed above.