diff options
author | Ian Moffett <ian@osmora.org> | 2023-12-06 08:51:55 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2023-12-06 08:51:55 -0500 |
commit | d9add153a3a55202089e1c2759db8e00af4676d1 (patch) | |
tree | f47f909c9edbfd9232c2eff23a400fce725af89a | |
parent | 93a81b53875aa6e83631503c9bc5970c87021419 (diff) |
kernel/amd64: lapic: Fix typo
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/include/arch/amd64/lapicvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |