git: 8cf0d094629e - main - linux(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 09:27:37 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8cf0d094629edbafc1d6de055cef6a53d6a4addb commit 8cf0d094629edbafc1d6de055cef6a53d6a4addb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 09:27:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 09:27:19 +0000 linux(4): Fix a typo in a source code comment - s/accross/across/ MFC after: 3 days --- 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)