public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: christian.brauner@ubuntu.com, akpm@linux-foundation.org,
	thomascedeno@google.com, daniel.m.jordan@oracle.com,
	tglx@linutronix.de, Nicolas.Viennot@twosigma.com,
	walken@google.com, unixbhaskar@gmail.com,
	viro@zeniv.linux.org.uk, krisman@collabora.com,
	linux@rasmusvillemoes.dk, linux-kernel@vger.kernel.org
Cc: rdunlap@infradead.org
Subject: [PATCH] kernel/sys.c: Fix a typo
Date: Tue, 23 Mar 2021 06:49:09 +0530	[thread overview]
Message-ID: <20210323011909.311567-1-unixbhaskar@gmail.com> (raw)


s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 kernel/sys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sys.c b/kernel/sys.c
index 2e2e3f378d97..5cb22eba59f6 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -2023,7 +2023,7 @@ static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data
 	}

 	/*
-	 * arg_lock protects concurent updates but we still need mmap_lock for
+	 * arg_lock protects concurrent updates but we still need mmap_lock for
 	 * read to exclude races with sys_brk.
 	 */
 	mmap_read_lock(mm);
--
2.31.0


             reply	other threads:[~2021-03-23  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-23  1:19 Bhaskar Chowdhury [this message]
2021-03-23  8:59 ` [PATCH] kernel/sys.c: Fix a typo Christian Brauner

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=20210323011909.311567-1-unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=Nicolas.Viennot@twosigma.com \
    --cc=akpm@linux-foundation.org \
    --cc=christian.brauner@ubuntu.com \
    --cc=daniel.m.jordan@oracle.com \
    --cc=krisman@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=thomascedeno@google.com \
    --cc=viro@zeniv.linux.org.uk \
    --cc=walken@google.com \
    /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