[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210521085258.30-1-zuoqilin1@163.com>
Date: Fri, 21 May 2021 16:52:58 +0800
From: zuoqilin1@....com
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
zuoqilin <zuoqilin@...ong.com>
Subject: [PATCH] fs: Fix typo
From: zuoqilin <zuoqilin@...ong.com>
Change 'backwords' to 'backwards'.
Signed-off-by: zuoqilin <zuoqilin@...ong.com>
---
fs/exec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/exec.c b/fs/exec.c
index 18594f1..17c067a 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -536,7 +536,7 @@ static int copy_strings(int argc, struct user_arg_ptr argv,
if (!valid_arg_len(bprm, len))
goto out;
- /* We're going to work our way backwords. */
+ /* We're going to work our way backwards. */
pos = bprm->p;
str += len;
bprm->p -= len;
--
1.9.1
Powered by blists - more mailing lists