diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-04 09:27:19 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-10 12:31:50 +0000 |
| commit | 7ee205017a6856e08c12978cd2185a5134d86c73 (patch) | |
| tree | 4d2350773dcbb8775ca0cf28da2d3c4eb0717553 | |
| parent | 8d6a33659e6635bf29c01fdb42d4e44f398fa803 (diff) | |
linux(4): Fix a typo in a source code comment
- s/accross/across/
(cherry picked from commit 8cf0d094629edbafc1d6de055cef6a53d6a4addb)
| -rw-r--r-- | sys/compat/linuxkpi/common/src/linux_work.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
