summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ptrace/ptrace.go
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2020-11-30 23:14:35 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-30 23:16:39 -0800
commit6b1dbbbdc8ec0b5d04e0961a216bd7323dbc45fb (patch)
treeb1147456b3dca4cee78d79a303c55a80cbf63773 /pkg/sentry/platform/ptrace/ptrace.go
parent59a2c785bfba56e2ffb04083c213fa2ad23a36a2 (diff)
Fix typo in ptrace documentation.
PiperOrigin-RevId: 344958513
Diffstat (limited to 'pkg/sentry/platform/ptrace/ptrace.go')
-rw-r--r--pkg/sentry/platform/ptrace/ptrace.go4
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: