summaryrefslogtreecommitdiff
path: root/kernel/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/apic.h')
-rw-r--r--kernel/apic.h6
1 files changed, 4 insertions, 2 deletions
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.
*/