[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211104131755.558272-1-fuqf0919@gmail.com>
Date: Thu, 4 Nov 2021 21:17:55 +0800
From: Quanfa Fu <fuqf0919@...il.com>
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Quanfa Fu <fuqf0919@...il.com>
Subject: [PATCH] fs: Fix misspelling of "visible"
Signed-off-by: Quanfa Fu <fuqf0919@...il.com>
---
fs/exec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/exec.c b/fs/exec.c
index b6079f1a098e..dae032c2198a 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1267,7 +1267,7 @@ int begin_new_exec(struct linux_binprm * bprm)
/*
* Must be called _before_ exec_mmap() as bprm->mm is
- * not visibile until then. This also enables the update
+ * not visible until then. This also enables the update
* to be lockless.
*/
retval = set_mm_exe_file(bprm->mm, bprm->file);
--
2.25.1
Powered by blists - more mailing lists