diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-12-01 07:19:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-01 07:19:51 +0000 |
commit | 372f217bc0cfd075c7a0e598764c142c7d7a8eb8 (patch) | |
tree | e56e36f836bac63442a38205f15c7a01af6768cf /pkg/sentry | |
parent | f89490c542c4132265640c955d0feaff2339bde8 (diff) | |
parent | 6b1dbbbdc8ec0b5d04e0961a216bd7323dbc45fb (diff) |
Merge release-20201117.0-83-g6b1dbbbdc (automated)
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/platform/ptrace/ptrace.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/platform/ptrace/ptrace.go b/pkg/sentry/platform/ptrace/ptrace.go index f56aa3b79..571bfcc2e 100644 --- a/pkg/sentry/platform/ptrace/ptrace.go +++ b/pkg/sentry/platform/ptrace/ptrace.go @@ -18,8 +18,8 @@ // // In a nutshell, it works as follows: // -// The creation of a new address space creates a new child processes with a -// single thread which is traced by a single goroutine. +// The creation of a new address space creates a new child process with a single +// thread which is traced by a single goroutine. // // A context is just a collection of temporary variables. Calling Switch on a // context does the following: |