[PATCH] context_tracking: fix spelling of "occurring" in comment

From: Chaitanya Mishra
Date: Sun Dec 28 2025 - 22:45:15 EST


Fix a typo in the ct_user_enter() function comment where "occuring"
should be spelled "occurring".

Signed-off-by: Chaitanya Mishra <chaitanyamishra.ai@xxxxxxxxx>
---
kernel/context_tracking.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c
index fb5be6e9b..4b6330c9d 100644
--- a/kernel/context_tracking.c
+++ b/kernel/context_tracking.c
@@ -558,7 +558,7 @@ void ct_user_enter(enum ctx_state state)
unsigned long flags;

/*
- * Some contexts may involve an exception occuring in an irq,
+ * Some contexts may involve an exception occurring in an irq,
* leading to that nesting:
* ct_irq_enter() rcu_eqs_exit(true) rcu_eqs_enter(true) ct_irq_exit()
* This would mess up the dyntick_nesting count though. And rcu_irq_*()
--
2.50.1 (Apple Git-155)