summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-11-04 22:27:36 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-11-21 10:06:19 +0100
commit7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch)
treeb9a275865e75e3b40ba9a20fc937112a7911043d /exec
parenteee0ed8442aa78320a3e578ab290df145fb49624 (diff)
; 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)
/* Request that the child stop upon the next `exec' system call,
one of which is assumed to always be issued by the child, as
below, but await the next stop, and examine its contents.
- Anciently, the syscall-stop preceeded events marked
+ Anciently, the syscall-stop preceded events marked
PTRACE_EVENT_SECCOMP, whereas this sequence is reversed in
4.8+, and in releases with these changes backported. */