Fix a typo.

This commit is contained in:
jhb 2017-08-11 22:47:32 +00:00
parent 9561259347
commit 1cab2038a4

View File

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