[PATCH] fs: Fix misspelling of "visible"

From: Quanfa Fu
Date: Thu Nov 04 2021 - 09:18:08 EST


Signed-off-by: Quanfa Fu <fuqf0919@xxxxxxxxx>
---
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