mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix some typos.
This commit is contained in:
parent
122aad88d5
commit
68cb89dc06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122577
@ -120,7 +120,7 @@ acpi_pci_link_entry_dump(struct acpi_prt_entry *entry)
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("unkown,");
|
||||
printf("unknown,");
|
||||
break;
|
||||
}
|
||||
|
||||
@ -134,7 +134,7 @@ acpi_pci_link_entry_dump(struct acpi_prt_entry *entry)
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("unkown,");
|
||||
printf("unknown,");
|
||||
break;
|
||||
}
|
||||
|
||||
@ -148,7 +148,7 @@ acpi_pci_link_entry_dump(struct acpi_prt_entry *entry)
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("unkown");
|
||||
printf("unknown");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user