mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
fwcontrol(8): Fix a typo in a message
- s/verndor/vendor/ MFC after: 1 week
This commit is contained in:
parent
780a50c729
commit
56a72214a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue