svn commit: r322419 - head/sys/arm64/arm64

John Baldwin jhb at FreeBSD.org
Fri Aug 11 22:47:34 UTC 2017


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) {


More information about the svn-src-all mailing list