public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Semen Zhydenko <semen.zhydenko@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Semen Zhydenko <semen.zhydenko@gmail.com>
Subject: [PATCH] Fixed typo in comments
Date: Mon, 16 Jan 2023 23:22:54 +0100	[thread overview]
Message-ID: <20230116222254.74479-1-semen.zhydenko@gmail.com> (raw)

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-16 22:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 22:22 Semen Zhydenko [this message]
2023-01-17  3:23 ` [PATCH] Fixed typo in comments 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

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=20230116222254.74479-1-semen.zhydenko@gmail.com \
    --to=semen.zhydenko@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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