diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-17 14:25:56 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-17 14:25:56 -0500 |
| commit | 0617942c33380ce30bf159a66d8733a2c22cb30d (patch) | |
| tree | d34554ca08739d822ea51656f9128f53906c4cb5 /sys/arch/amd64 | |
| parent | 36a1963351b6eb0131a37a9a4a1ad1656b0b937f (diff) | |
kern/amd64: lapic: Fix typo in comment
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
| -rw-r--r-- | sys/arch/amd64/cpu/lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/cpu/lapic.c b/sys/arch/amd64/cpu/lapic.c index 8f04046..532c0e7 100644 --- a/sys/arch/amd64/cpu/lapic.c +++ b/sys/arch/amd64/cpu/lapic.c @@ -224,7 +224,7 @@ lapic_tmr_clbr(struct mcb *mcb) /* * Used to serialize inter-processor interrupts when - * operating in x2APIC mode + * operating in xAPIC mode */ static void lapic_ipi_poll(struct mcb *mcb) |
