Skip to content

Commit 9f38e83

Browse files
Zhu JunKAGA-KOKO
authored andcommitted
posix-timers: Fix typo in __lock_timer()
The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 763d1eb commit 9f38e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/time/posix-timers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags)
538538
* When the reference count reaches zero, the timer is scheduled
539539
* for RCU removal after the grace period.
540540
*
541-
* Holding rcu_read_lock() accross the lookup ensures that
541+
* Holding rcu_read_lock() across the lookup ensures that
542542
* the timer cannot be freed.
543543
*
544544
* The lookup validates locklessly that timr::it_signal ==

0 commit comments

Comments
 (0)