bsdkm: fix comment typo.

This commit is contained in:
jordan
2026-05-28 00:56:57 -05:00
parent 4bf539095d
commit 5547e608b2
+1 -1
View File
@@ -29,7 +29,7 @@
#include <machine/pcb.h>
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. */
};