Date: Fri, 10 Jun 2022 12:34:22 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7ee205017a68 - stable/13 - linux(4): Fix a typo in a source code comment Message-ID: <202206101234.25ACYM2B024019@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7ee205017a6856e08c12978cd2185a5134d86c73 commit 7ee205017a6856e08c12978cd2185a5134d86c73 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 09:27:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:31:50 +0000 linux(4): Fix a typo in a source code comment - s/accross/across/ (cherry picked from commit 8cf0d094629edbafc1d6de055cef6a53d6a4addb) --- sys/compat/linuxkpi/common/src/linux_work.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/src/linux_work.c b/sys/compat/linuxkpi/common/src/linux_work.c index f9cf62928760..5d0c13ed2a53 100644 --- a/sys/compat/linuxkpi/common/src/linux_work.c +++ b/sys/compat/linuxkpi/common/src/linux_work.c @@ -89,7 +89,7 @@ linux_update_state(atomic_t *v, const uint8_t *pstate) * completed. This function gives the linux_work_fn() function a hint, * that the task is not going away and can have its state checked * again. Without this extra hint LinuxKPI tasks cannot be serialized - * accross multiple worker threads. + * across multiple worker threads. */ static bool linux_work_exec_unblock(struct work_struct *work)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACYM2B024019>