svn commit: r197745 - in stable/7/sys: . contrib/pf kern

Konstantin Belousov kib at FreeBSD.org
Sun Oct 4 13:00:28 UTC 2009


Author: kib
Date: Sun Oct  4 13:00:27 2009
New Revision: 197745
URL: http://svn.freebsd.org/changeset/base/197745

Log:
  MFC r197660:
  Fix typo.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/kern/kern_sig.c

Modified: stable/7/sys/kern/kern_sig.c
==============================================================================
--- stable/7/sys/kern/kern_sig.c	Sun Oct  4 12:20:59 2009	(r197744)
+++ stable/7/sys/kern/kern_sig.c	Sun Oct  4 13:00:27 2009	(r197745)
@@ -1953,7 +1953,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