svn commit: r357678 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sat Feb 8 15:06:07 UTC 2020


Author: kib
Date: Sat Feb  8 15:06:06 2020
New Revision: 357678
URL: https://svnweb.freebsd.org/changeset/base/357678

Log:
  Correct the function name in the comment.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/kern/kern_thread.c

Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c	Sat Feb  8 13:35:56 2020	(r357677)
+++ head/sys/kern/kern_thread.c	Sat Feb  8 15:06:06 2020	(r357678)
@@ -1085,7 +1085,7 @@ thread_suspend_check(int return_instead)
  * Typically, when retrying due to casueword(9) failure (rv == 1), we
  * should handle the stop requests there, with exception of cases when
  * the thread owns a kernel resource, for instance busied the umtx
- * key, or when functions return immediately if casueword_check_susp()
+ * key, or when functions return immediately if thread_check_susp()
  * returned non-zero.  On the other hand, retrying the whole lock
  * operation, we better not stop there but delegate the handling to
  * ast.


More information about the svn-src-all mailing list