svn commit: r197660 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Oct 1 12:46:58 UTC 2009


Author: kib
Date: Thu Oct  1 12:46:58 2009
New Revision: 197660
URL: http://svn.freebsd.org/changeset/base/197660

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/kern/kern_sig.c

Modified: head/sys/kern/kern_sig.c
==============================================================================
--- head/sys/kern/kern_sig.c	Thu Oct  1 11:52:06 2009	(r197659)
+++ head/sys/kern/kern_sig.c	Thu Oct  1 12:46:58 2009	(r197660)
@@ -1892,7 +1892,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