]> Git Repo - linux.git/blobdiff - lib/syscall.c
ext4: save error info to sb through journal if available
[linux.git] / lib / syscall.c
index fb328e7ccb0893136e949f3581cc8b647f414de2..8533d2fea2d711aafbca366c880848ef2b99be9b 100644 (file)
@@ -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
This page took 0.035039 seconds and 4 git commands to generate.