mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo.
This commit is contained in:
parent
9afac9fed9
commit
319e8f3e36
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ vfp_restore_state(void)
|
|||
|
||||
/*
|
||||
* If the previous thread on this cpu to use the VFP was not the
|
||||
* current threas, or the current thread last used it on a different
|
||||
* current thread, or the current thread last used it on a different
|
||||
* cpu we need to restore the old state.
|
||||
*/
|
||||
if (PCPU_GET(fpcurthread) != curthread || cpu != curpcb->pcb_vfpcpu) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue