From 175af5d978f1f2d6dd8edc6cd85a768478349073 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 11 May 2004 20:06:32 +0000 Subject: [PATCH] Fixup a few bogons in a comment. --- sys/i386/acpica/madt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/i386/acpica/madt.c b/sys/i386/acpica/madt.c index 3bccc4a9a89..844efd2556c 100644 --- a/sys/i386/acpica/madt.c +++ b/sys/i386/acpica/madt.c @@ -495,10 +495,10 @@ madt_parse_apics(APIC_HEADER *entry, void *arg __unused) } /* - * Determine properties of an interrupt source. Note that for ACPI, - * these are only used for ISA interrupts, so we assume ISA bus values + * Determine properties of an interrupt source. Note that for ACPI these + * functions are only used for ISA interrupts, so we assume ISA bus values * (Active Hi, Edge Triggered) for conforming values except for the ACPI - * SCI for which we use Active Lo, Level Triggered.. + * SCI for which we use Active Lo, Level Triggered. */ static enum intr_polarity interrupt_polarity(UINT16 Polarity, UINT8 Source)