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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to