diff options
| author | Miguel <m.i@gmx.at> | 2018-09-10 19:09:51 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-10 19:09:51 +0200 |
| commit | fe83c82693ae231368d1e8c196fb975c3df1dd30 (patch) | |
| tree | 5912c675a6deb2aeead950a74a0c2af78d6beda8 /kernel | |
| parent | ee2ec6abbcfb6de48a8f5594e05ba0a837216fa8 (diff) | |
typo
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/apic.h | 6 |
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. */ |
