diff options
author | jhb <jhb@FreeBSD.org> | 2004-05-11 20:06:32 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-05-11 20:06:32 +0000 |
commit | 114eaab99f5f4c708c6daa0c80f5861d163f49bc (patch) | |
tree | 7faccbafa1baca36c0a840989b3bae5a5dafe771 | |
parent | 8ea7ee76c74b587f8c4ea64d6a0949eaf9364b94 (diff) | |
download | FreeBSD-src-114eaab99f5f4c708c6daa0c80f5861d163f49bc.zip FreeBSD-src-114eaab99f5f4c708c6daa0c80f5861d163f49bc.tar.gz |
Fixup a few bogons in a comment.
-rw-r--r-- | sys/i386/acpica/madt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/acpica/madt.c b/sys/i386/acpica/madt.c index 3bccc4a..844efd2 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) |