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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to