fix up comment
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 8 Jan 1992 08:21:57 +0000 (00:21 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 8 Jan 1992 08:21:57 +0000 (00:21 -0800)
SCCS-vsn: sys/kern/kern_sig.c 7.38

usr/src/sys/kern/kern_sig.c

index 13b4e92..1f3c3b1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_sig.c  7.37 (Berkeley) %G%
+ *     @(#)kern_sig.c  7.38 (Berkeley) %G%
  */
 
 #define        SIGPROP         /* include signal properties table */
  */
 
 #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
         * 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;
         */
        ps->ps_oldmask = p->p_sigmask;
        ps->ps_flags |= SA_OLDMASK;