linux(4): Fix a typo in a source code comment

- s/accross/across/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 11:27:19 +02:00
parent 68c0bd3e3f
commit 8cf0d09462

View File

@ -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)