From fe83c82693ae231368d1e8c196fb975c3df1dd30 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 19:09:51 +0200 Subject: typo --- kernel/apic.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kernel/apic.h') diff --git a/kernel/apic.h b/kernel/apic.h index f2252ed..2c76379 100644 --- a/kernel/apic.h +++ b/kernel/apic.h @@ -4,8 +4,10 @@ * ========================================== * * The APIC consists of one (or more) IO-APIC and one LAPIC (Local APIC) - * for each core. Currently we only support he most usual setup with a single - * IO-APIC. Call apic_init() once, providing an acpi_information structure, + * for each core. Currently we only support the, by far, most popular and + * prevalent setup with a single IO-APIC. + * + * Please Call apic_init() once, providing an acpi_information structure, * before using the other functions. */ -- cgit v1.2.3