mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] Fixed typo in comments
@ 2023-01-19  8:26 Semen Zhydenko
  0 siblings, 0 replies; only message in thread
From: Semen Zhydenko @ 2023-01-19  8:26 UTC (permalink / raw)
  To: linux-kernel, bagasdotme, jstultz, tglx, sboyd; +Cc: Semen Zhydenko

To change one typo in kernel/time/timer.c
Typo is "aquisition" proper spelling should be "acquisition".

Signed-off-by: Semen Zhydenko <semen.zhydenko@gmail.com>
---
 kernel/time/timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-19  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19  8:26 [PATCH v2] Fixed typo in comments Semen Zhydenko

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

Powered by JetHome