Date: Fri, 11 Aug 2017 22:47:32 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322419 - head/sys/arm64/arm64 Message-ID: <201708112247.v7BMlWuq030821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Fri Aug 11 22:47:32 2017 New Revision: 322419 URL: https://svnweb.freebsd.org/changeset/base/322419 Log: Fix a typo. Modified: head/sys/arm64/arm64/vfp.c Modified: head/sys/arm64/arm64/vfp.c ============================================================================== --- head/sys/arm64/arm64/vfp.c Fri Aug 11 22:41:24 2017 (r322418) +++ head/sys/arm64/arm64/vfp.c Fri Aug 11 22:47:32 2017 (r322419) @@ -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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708112247.v7BMlWuq030821>