summaryrefslogtreecommitdiff
path: root/kernel/time/alarmtimer.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/alarmtimer.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/alarmtimer.c')
-rw-r--r--kernel/time/alarmtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c
index 577f0e6842d4..069d93bfb0c7 100644
--- a/kernel/time/alarmtimer.c
+++ b/kernel/time/alarmtimer.c
@@ -35,7 +35,7 @@
/**
* struct alarm_base - Alarm timer bases
- * @lock: Lock for syncrhonized access to the base
+ * @lock: Lock for synchronized access to the base
* @timerqueue: Timerqueue head managing the list of events
* @get_ktime: Function to read the time correlating to the base
* @get_timespec: Function to read the namespace time correlating to the base