From 077074920685a5f2da0cb78198cb5f2d1873d239 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 2 Jul 2024 23:12:55 -0400 Subject: kernel/amd64: machdep: Fix mistake in comment Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 528326a..7099cd2 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -99,7 +99,7 @@ this_cpu(void) /* * This might look crazy but we are just leveraging the "m" - * constraint to calculate the offset of the self field within + * constraint to add the offset of the self field within * cpu_info. The self field points to the cpu_info structure * itself allowing us to access cpu_info through %gs. */ -- cgit v1.2.3