public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed typo in comments
@ 2023-01-16 22:22 Semen Zhydenko
  2023-01-17  3:23 ` Bagas Sanjaya
  2023-01-18 22:08 ` Semen Zhydenko
  0 siblings, 2 replies; 5+ messages in thread
From: Semen Zhydenko @ 2023-01-16 22:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: Semen Zhydenko

diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index 63a8ce7177dd..6430c00b05a9 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -1324,7 +1324,7 @@ static int __timer_delete(struct timer_list *timer, bool shutdown)
 	 * If @shutdown is set then the lock has to be taken whether the
 	 * timer is pending or not to protect against a concurrent rearm
 	 * which might hit between the lockless pending check and the lock
-	 * aquisition. By taking the lock it is ensured that such a newly
+	 * acquisition. By taking the lock it is ensured that such a newly
 	 * enqueued timer is dequeued and cannot end up with
 	 * timer->function == NULL in the expiry code.
 	 *
-- 
2.37.1 (Apple Git-137.1)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-19  2:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 22:22 [PATCH] Fixed typo in comments Semen Zhydenko
2023-01-17  3:23 ` Bagas Sanjaya
     [not found]   ` <CACbEQFHP90RYNEBGP5jvPNVYciuiUwA7G0Gp9_8KAKc4-hgUTA@mail.gmail.com>
2023-01-18  2:12     ` Bagas Sanjaya
2023-01-18 22:08 ` Semen Zhydenko
2023-01-19  2:20   ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox