Date: Sat, 8 Feb 2020 15:06:06 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r357678 - head/sys/kern Message-ID: <202002081506.018F663b027528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002081506.018F663b027528>