[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230116222254.74479-1-semen.zhydenko@gmail.com>
Date: Mon, 16 Jan 2023 23:22:54 +0100
From: Semen Zhydenko <semen.zhydenko@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Semen Zhydenko <semen.zhydenko@...il.com>
Subject: [PATCH] Fixed typo in comments
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)
Powered by blists - more mailing lists