svn commit: r197742 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

Konstantin Belousov kib at FreeBSD.org
Sun Oct 4 12:11:45 UTC 2009


Author: kib
Date: Sun Oct  4 12:11:44 2009
New Revision: 197742
URL: http://svn.freebsd.org/changeset/base/197742

Log:
  MFC r197660:
  Fix typo.
  
  Approved by:	re (bz, kensmith)

Modified:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/kern/kern_sig.c

Modified: stable/8/sys/kern/kern_sig.c
==============================================================================
--- stable/8/sys/kern/kern_sig.c	Sun Oct  4 10:54:20 2009	(r197741)
+++ stable/8/sys/kern/kern_sig.c	Sun Oct  4 12:11:44 2009	(r197742)
@@ -1888,7 +1888,7 @@ sigtd(struct proc *p, int sig, int prop)
 
 	/*
 	 * Check if current thread can handle the signal without
-	 * switching conetxt to another thread.
+	 * switching context to another thread.
 	 */
 	if (curproc == p && !SIGISMEMBER(curthread->td_sigmask, sig))
 		return (curthread);


More information about the svn-src-all mailing list