svn commit: r338591 - head/usr.sbin/cpucontrol
Ed Maste
emaste at FreeBSD.org
Tue Sep 11 17:09:17 UTC 2018
Author: emaste
Date: Tue Sep 11 17:09:16 2018
New Revision: 338591
URL: https://svnweb.freebsd.org/changeset/base/338591
Log:
cpucontrol: correct typo
There should be no 't' in processort_rev_id.
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/cpucontrol/amd10h.c
Modified: head/usr.sbin/cpucontrol/amd10h.c
==============================================================================
--- head/usr.sbin/cpucontrol/amd10h.c Tue Sep 11 17:05:26 2018 (r338590)
+++ head/usr.sbin/cpucontrol/amd10h.c Tue Sep 11 17:09:16 2018 (r338591)
@@ -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 */
}
More information about the svn-src-all
mailing list