mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Semen Zhydenko <semen.zhydenko@gmail.com>
To: linux-kernel@vger.kernel.org, bagasdotme@gmail.com,
	jstultz@google.com, tglx@linutronix.de, sboyd@kernel.org
Cc: Semen Zhydenko <semen.zhydenko@gmail.com>
Subject: [PATCH v2] Fixed typo in comments
Date: Thu, 19 Jan 2023 09:26:40 +0100	[thread overview]
Message-ID: <20230119082640.90793-1-semen.zhydenko@gmail.com> (raw)

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)

                 reply	other threads:[~2023-01-19  8:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230119082640.90793-1-semen.zhydenko@gmail.com \
    --to=semen.zhydenko@gmail.com \
    --cc=bagasdotme@gmail.com \
    --cc=jstultz@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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