diff mbox series

fs: exec: deleted the repeated word

Message ID 20210607015708.35584-1-lijian_8010a29@163.com (mailing list archive)
State New, archived
Headers show
Series fs: exec: deleted the repeated word | expand

Commit Message

lijian_8010a29@163.com June 7, 2021, 1:57 a.m. UTC
From: lijian <lijian@yulong.com>

deleted the repeated word 'from' in the comments.

Signed-off-by: lijian <lijian@yulong.com>
---
 fs/exec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/exec.c b/fs/exec.c
index 18594f11c31f..b6cad5ea78d0 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -120,7 +120,7 @@  bool path_noexec(const struct path *path)
  * Note that a shared library must be both readable and executable due to
  * security reasons.
  *
- * Also note that we take the address to load from from the file itself.
+ * Also note that we take the address to load from the file itself.
  */
 SYSCALL_DEFINE1(uselib, const char __user *, library)
 {