Date: Tue, 11 Sep 2018 17:09:16 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r338591 - head/usr.sbin/cpucontrol Message-ID: <201809111709.w8BH9GpT043087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */ }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111709.w8BH9GpT043087>