diff --git a/bsdkm/x86_vecreg.c b/bsdkm/x86_vecreg.c index 2f2f1a8e08..c96cc0afd1 100644 --- a/bsdkm/x86_vecreg.c +++ b/bsdkm/x86_vecreg.c @@ -29,7 +29,7 @@ #include struct wolfkmod_fpu_state_t { - volatile lwpid_t td_tid; /* the thread curently using fpu. */ + volatile lwpid_t td_tid; /* the thread currently using fpu. */ volatile u_int nest; /* the fpu nesting level. */ };