Skip to content
Snippets Groups Projects
Commit 408a93a2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

lib: syscall: delete duplicated words

parent e0656501
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ static int collect_syscall(struct task_struct *target, struct syscall_info *info
* .data.instruction_pointer - filled with user PC
*
* If @target is blocked in a system call, returns zero with @info.data.nr
* set to the the call's number and @info.data.args filled in with its
* set to the call's number and @info.data.args filled in with its
* arguments. Registers not used for system call arguments may not be available
* and it is not kosher to use &struct user_regset calls while the system
* call is still in progress. Note we may get this result if @target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment