aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorPo Lu2024-07-01 18:22:01 +0800
committerPo Lu2024-07-01 18:22:01 +0800
commit5965614d3ecb6b09277ea857212467b2f3f9c8bc (patch)
tree84f2565c1885fe796bb8c28beda9103e2ef452ef /exec
parent708c6d83fc4774605acfcfc3920a8c66f428027f (diff)
downloademacs-5965614d3ecb6b09277ea857212467b2f3f9c8bc.tar.gz
emacs-5965614d3ecb6b09277ea857212467b2f3f9c8bc.zip
; * exec/trace.c (seccomp_system_call): Typo in commentary.
Diffstat (limited to 'exec')
-rw-r--r--exec/trace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/trace.c b/exec/trace.c
index 7cf95ed5733..dfbc255a894 100644
--- a/exec/trace.c
+++ b/exec/trace.c
@@ -1605,8 +1605,8 @@ seccomp_system_call (struct exec_tracee *tracee)
1605 1605
1606 In this context processes are resumed with PTRACE_CONT unless it is 1606 In this context processes are resumed with PTRACE_CONT unless it is
1607 an `open' syscall that is being intercepted, which, if successfully 1607 an `open' syscall that is being intercepted, which, if successfully
1608 intercepted, must receive adjustments to their stack pointer upon 1608 intercepted, they must receive adjustments to their stack pointer
1609 completion of said system call. */ 1609 upon completion of said system call. */
1610 assert (!tracee->waiting_for_syscall); 1610 assert (!tracee->waiting_for_syscall);
1611 1611
1612 /* Save the stack pointer. */ 1612 /* Save the stack pointer. */