svn commit: r357758 - stable/12/sys/kern

Konstantin Belousov kib at FreeBSD.org
Tue Feb 11 12:06:00 UTC 2020


Author: kib
Date: Tue Feb 11 12:05:59 2020
New Revision: 357758
URL: https://svnweb.freebsd.org/changeset/base/357758

Log:
  MFC r357678:
  Correct the function name in the comment.

Modified:
  stable/12/sys/kern/kern_thread.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/kern_thread.c
==============================================================================
--- stable/12/sys/kern/kern_thread.c	Tue Feb 11 07:02:48 2020	(r357757)
+++ stable/12/sys/kern/kern_thread.c	Tue Feb 11 12:05:59 2020	(r357758)
@@ -1055,7 +1055,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