From 6b1dbbbdc8ec0b5d04e0961a216bd7323dbc45fb Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Mon, 30 Nov 2020 23:14:35 -0800 Subject: Fix typo in ptrace documentation. PiperOrigin-RevId: 344958513 --- pkg/sentry/platform/ptrace/ptrace.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/sentry/platform') 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: -- cgit v1.2.3