aboutsummaryrefslogtreecommitdiffstats
path: root/exec/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/trace.c')
-rw-r--r--exec/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/trace.c b/exec/trace.c
index f9deef8eb2d..ccf498f39fe 100644
--- a/exec/trace.c
+++ b/exec/trace.c
@@ -1028,7 +1028,7 @@ process_system_call (struct exec_tracee *tracee)
1028 break; 1028 break;
1029 1029
1030 case 1: 1030 case 1:
1031 /* An error has occured; errno is set to the error. */ 1031 /* An error has occurred; errno is set to the error. */
1032 goto report_syscall_error; 1032 goto report_syscall_error;
1033 } 1033 }
1034 1034