summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/amd64/machdep.c2
1 files changed, 1 insertions, 1 deletions
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.
*/