summaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
diff options
context:
space:
mode:
authorHaofeng Li <lihaofeng@kylinos.cn>2025-09-10 17:37:03 +0800
committerThomas Gleixner <tglx@linutronix.de>2025-09-21 10:02:02 +0200
commit391253b25f078d2fe5657a1dedd360396d186407 (patch)
treeee8c710d5b61ed65ba3d16cdc4c994dd7180409e /kernel/time/hrtimer.c
parentb9aa93aa5185aee76c4c7a5ba4432b4d0d15f797 (diff)
time: Fix spelling mistakes in comments
Correct several typos found in comments across various files in the kernel/time directory. No functional changes are introduced by these corrections. Signed-off-by: Haofeng Li <lihaofeng@kylinos.cn> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/time/hrtimer.c')
-rw-r--r--kernel/time/hrtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index f383df28c532..7e7b2b471bae 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -201,7 +201,7 @@ static bool hrtimer_suitable_target(struct hrtimer *timer, struct hrtimer_clock_
/*
* The offline local CPU can't be the default target if the
* next remote target event is after this timer. Keep the
- * elected new base. An IPI will we issued to reprogram
+ * elected new base. An IPI will be issued to reprogram
* it as a last resort.
*/
if (!hrtimer_base_is_online(this_cpu_base))