Skip to content

Commit 8d09db8

Browse files
bernd-edlingerebiederm
authored andcommitted
mm: docs: Fix a comment in process_vm_rw_core
This removes a duplicate "a" in the comment in process_vm_rw_core. Signed-off-by: Bernd Edlinger <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Eric W. Biederman <[email protected]>
1 parent 2de4e82 commit 8d09db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/process_vm_access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter,
206206
if (!mm || IS_ERR(mm)) {
207207
rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
208208
/*
209-
* Explicitly map EACCES to EPERM as EPERM is a more a
209+
* Explicitly map EACCES to EPERM as EPERM is a more
210210
* appropriate error code for process_vw_readv/writev
211211
*/
212212
if (rc == -EACCES)

0 commit comments

Comments
 (0)