; Fix typos

This commit is contained in:
Stefan Kangas
2023-12-10 13:22:04 +01:00
parent 1d5028ad04
commit 06a12b0ccc
77 changed files with 148 additions and 148 deletions

View File

@@ -53,7 +53,7 @@ main (int argc, char **argv)
tracing_execve (argv[2], argv + 2, environ);
/* An error occured. Exit with failure. */
/* An error occurred. Exit with failure. */
exit (127);
}
else

View File

@@ -1028,7 +1028,7 @@ process_system_call (struct exec_tracee *tracee)
break;
case 1:
/* An error has occured; errno is set to the error. */
/* An error has occurred; errno is set to the error. */
goto report_syscall_error;
}