From 5077c7b9578503b8d8e6823f81aecc7c1fa28a7c Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Wed, 8 Jan 1992 00:21:57 -0800 Subject: [PATCH] fix up comment SCCS-vsn: sys/kern/kern_sig.c 7.38 --- usr/src/sys/kern/kern_sig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/sys/kern/kern_sig.c b/usr/src/sys/kern/kern_sig.c index 13b4e92faa..1f3c3b137e 100644 --- a/usr/src/sys/kern/kern_sig.c +++ b/usr/src/sys/kern/kern_sig.c @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)kern_sig.c 7.37 (Berkeley) %G% + * @(#)kern_sig.c 7.38 (Berkeley) %G% */ #define SIGPROP /* include signal properties table */ @@ -336,8 +336,8 @@ sigsuspend(p, uap, retval) * When returning from sigpause, we want * the old mask to be restored after the * signal handler has finished. Thus, we - * save it here and mark the proc structure - * to indicate this (should be in sigacts). + * save it here and mark the sigacts structure + * to indicate this. */ ps->ps_oldmask = p->p_sigmask; ps->ps_flags |= SA_OLDMASK; -- 2.20.1