svn commit: r246996 - head/sys/kern

John Baldwin jhb at FreeBSD.org
Tue Feb 19 16:35:28 UTC 2013


Author: jhb
Date: Tue Feb 19 16:35:27 2013
New Revision: 246996
URL: http://svnweb.freebsd.org/changeset/base/246996

Log:
  Fix a few typos.

Modified:
  head/sys/kern/kern_thread.c

Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c	Tue Feb 19 15:42:52 2013	(r246995)
+++ head/sys/kern/kern_thread.c	Tue Feb 19 16:35:27 2013	(r246996)
@@ -748,10 +748,10 @@ stopme:
  * P_SINGLE_EXIT | return_instead == 0| return_instead != 0
  *---------------+--------------------+---------------------
  *       0       | returns 0          |   returns 0 or 1
- *               | when ST ends       |   immediatly
+ *               | when ST ends       |   immediately
  *---------------+--------------------+---------------------
  *       1       | thread exits       |   returns 1
- *               |                    |  immediatly
+ *               |                    |  immediately
  * 0 = thread_exit() or suspension ok,
  * other = return error instead of stopping the thread.
  *


More information about the svn-src-head mailing list