Fix typo in ptrace documentation.

PiperOrigin-RevId: 344958513
This commit is contained in:
Dean Deng
2020-11-30 23:16:39 -08:00
committed by gVisor bot
parent 59a2c785bf
commit 6b1dbbbdc8
+2 -2
View File
@@ -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: