From 509aeaa26cefe19f29ce738a045654b1804200d4 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 12 Nov 2003 19:46:17 +0000 Subject: Fix some typos. --- sys/dev/acpica/acpi_pci_link.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 3ff2197..9549f68 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; } -- cgit v1.1