From 5547e608b2ae0dea2c736479b6407ed52fc707a7 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 28 May 2026 00:56:57 -0500 Subject: [PATCH] bsdkm: fix comment typo. --- bsdkm/x86_vecreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ };