From 319e8f3e362f1946bc13683d9b1eeba5a1fe7f52 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 11 Aug 2017 22:47:32 +0000 Subject: [PATCH] Fix a typo. --- sys/arm64/arm64/vfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/vfp.c b/sys/arm64/arm64/vfp.c index a98000384e8..25ab32567e7 100644 --- a/sys/arm64/arm64/vfp.c +++ b/sys/arm64/arm64/vfp.c @@ -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) {