]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/trace.c (seccomp_system_call): Typo in commentary.
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Jul 2024 10:22:01 +0000 (18:22 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Jul 2024 18:45:44 +0000 (20:45 +0200)
(cherry picked from commit 5965614d3ecb6b09277ea857212467b2f3f9c8bc)

exec/trace.c

index 7cf95ed5733e055fe232a415dc32366a959a1624..dfbc255a894b884c2aff580db8178ac37634ce04 100644 (file)
@@ -1605,8 +1605,8 @@ seccomp_system_call (struct exec_tracee *tracee)
 
      In this context processes are resumed with PTRACE_CONT unless it is
      an `open' syscall that is being intercepted, which, if successfully
-     intercepted, must receive adjustments to their stack pointer upon
-     completion of said system call.  */
+     intercepted, they must receive adjustments to their stack pointer
+     upon completion of said system call.  */
   assert (!tracee->waiting_for_syscall);
 
   /* Save the stack pointer.  */