aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorStefan Kangas2024-11-04 22:27:36 +0100
committerStefan Kangas2024-11-21 10:06:19 +0100
commit7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch)
treeb9a275865e75e3b40ba9a20fc937112a7911043d /exec
parenteee0ed8442aa78320a3e578ab290df145fb49624 (diff)
downloademacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.tar.gz
emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.zip
; Fix typos
Diffstat (limited to 'exec')
-rw-r--r--exec/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/trace.c b/exec/trace.c
index 2af6d867efe..5e1ef1f74a1 100644
--- a/exec/trace.c
+++ b/exec/trace.c
@@ -1917,7 +1917,7 @@ after_fork (pid_t pid)
1917 /* Request that the child stop upon the next `exec' system call, 1917 /* Request that the child stop upon the next `exec' system call,
1918 one of which is assumed to always be issued by the child, as 1918 one of which is assumed to always be issued by the child, as
1919 below, but await the next stop, and examine its contents. 1919 below, but await the next stop, and examine its contents.
1920 Anciently, the syscall-stop preceeded events marked 1920 Anciently, the syscall-stop preceded events marked
1921 PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in 1921 PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in
1922 4.8+, and in releases with these changes backported. */ 1922 4.8+, and in releases with these changes backported. */
1923 1923