diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-11-12 19:46:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-11-12 19:46:17 +0000 |
| commit | 68cb89dc064c24d24d2c656878ad332a95da5e66 (patch) | |
| tree | 263ddfa387f103d740260dcd72a648f2afe6bafd /sys/dev | |
| parent | 122aad88d5a35d9f25a4040e3b8a184da9ab6e5f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi_pci_link.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 3ff21972a05c..9549f6816a85 100644 --- a/sys/dev/acpica/acpi_pci_link.c +++ b/sys/dev/acpica/acpi_pci_link.c @@ -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; } |
