From dde4382b7fd55c945ef7f4ae5792099ae3a09883 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 19 Mar 2001 22:44:52 +0000 Subject: [PATCH] fix comment --- lib/isc/unix/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.