s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury <unixbhas...@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 via email to