svn commit: r357588 - head/sys/mips/beri

Ed Maste emaste at FreeBSD.org
Wed Feb 5 19:15:37 UTC 2020


Author: emaste
Date: Wed Feb  5 19:15:36 2020
New Revision: 357588
URL: https://svnweb.freebsd.org/changeset/base/357588

Log:
  beri: correct kernel printf typo
  
  (From review D23453)
  
  Submitted by:	Gordon Bergling <gbergling_gmail.com>
  Reviewed by:	rwatson

Modified:
  head/sys/mips/beri/beri_mp.c

Modified: head/sys/mips/beri/beri_mp.c
==============================================================================
--- head/sys/mips/beri/beri_mp.c	Wed Feb  5 19:11:07 2020	(r357587)
+++ head/sys/mips/beri/beri_mp.c	Wed Feb  5 19:15:36 2020	(r357588)
@@ -132,7 +132,7 @@ platform_cpu_mask(cpuset_t *mask)
 				continue;
 			}
 			if (se->entry_addr != 1) {
-				printf("%s: CPU %d has uninitalized spin "
+				printf("%s: CPU %d has uninitialized spin "
 				    "entry\n", __func__, reg);
 				continue;
 			}


More information about the svn-src-all mailing list