Date: Wed, 19 Nov 2025 10:12:24 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d4ada3b1f8d5 - stable/14 - fwcontrol(8): Fix a typo in a message Message-ID: <691d9808.3ad57.59229e4e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d4ada3b1f8d59835284635f470656f029bdc4345 commit d4ada3b1f8d59835284635f470656f029bdc4345 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-26 15:30:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 10:12:13 +0000 fwcontrol(8): Fix a typo in a message - s/verndor/vendor/ (cherry picked from commit 56a72214a35965197932b6366ffad0fe1e3fc398) --- usr.sbin/fwcontrol/fwcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index ce908341a42a..195697475973 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -440,7 +440,7 @@ show_crom(u_int32_t *crom_buf) if (hdr->info_len == 1) { /* minimum ROM */ reg = (struct csrreg *)hdr; - printf("verndor ID: 0x%06x\n", reg->val); + printf("vendor ID: 0x%06x\n", reg->val); return; } printf("info_len=%d crc_len=%d crc=0x%04x",help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691d9808.3ad57.59229e4e>
