diff options
author | Haofeng Li <lihaofeng@kylinos.cn> | 2025-09-10 17:37:03 +0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-09-21 10:02:02 +0200 |
commit | 391253b25f078d2fe5657a1dedd360396d186407 (patch) | |
tree | ee8c710d5b61ed65ba3d16cdc4c994dd7180409e /kernel/time/posix-timers.c | |
parent | b9aa93aa5185aee76c4c7a5ba4432b4d0d15f797 (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/posix-timers.c')
-rw-r--r-- | kernel/time/posix-timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 2741f3725de4..aa3120104a51 100644 --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c @@ -534,7 +534,7 @@ static int do_timer_create(clockid_t which_clock, struct sigevent *event, goto out; } /* - * After succesful copy out, the timer ID is visible to user space + * After successful copy out, the timer ID is visible to user space * now but not yet valid because new_timer::signal low order bit is 1. * * Complete the initialization with the clock specific create |