1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

cpucontrol: correct typo

There should be no 't' in processort_rev_id.

Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-09-11 17:09:16 +00:00
parent 94df44ee6c
commit 26dfa867d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338591

View File

@ -254,7 +254,7 @@ amd10h_update(const char *dev, const char *path)
fw_size -= section_header->size;
if (fw_header->processor_rev_id != equiv_id) {
WARNX(1, "firmware processort_rev_id %x, equiv_id %x",
WARNX(1, "firmware processor_rev_id %x, equiv_id %x",
fw_header->processor_rev_id, equiv_id);
continue; /* different cpu */
}