beri: correct kernel printf typo

(From review D23453)

Submitted by:	Gordon Bergling <gbergling_gmail.com>
Reviewed by:	rwatson
This commit is contained in:
Ed Maste 2020-02-05 19:15:36 +00:00
parent abfc5e8591
commit fb2644971d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357588

View File

@ -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;
}