From d9add153a3a55202089e1c2759db8e00af4676d1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 6 Dec 2023 08:51:55 -0500 Subject: kernel/amd64: lapic: Fix typo Signed-off-by: Ian Moffett --- sys/include/arch/amd64/lapicvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/include') diff --git a/sys/include/arch/amd64/lapicvar.h b/sys/include/arch/amd64/lapicvar.h index 7169611..aad9fa8 100644 --- a/sys/include/arch/amd64/lapicvar.h +++ b/sys/include/arch/amd64/lapicvar.h @@ -98,7 +98,7 @@ * for only 1 interrupt vector to prevent clobbering * of the interrupt stacks. * - * XXX TODO: The value is correctly 0, however, this needs + * XXX TODO: The value is currently 0, however, this needs * to be updated to a non-zero value as soon as * possible. */ -- cgit v1.2.3