summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-08-02 01:58:19 +0000
committergVisor bot <gvisor-bot@google.com>2019-08-02 01:58:19 +0000
commit4ada05164233f3ae4515921004f74e51fa07d65c (patch)
tree68f316687d00e4a02b59b89cda4e45a5432e7a85 /runsc/sandbox
parent0c27758b24801f1478cb63e466d0e5fbd02bcbed (diff)
parent3eff0531adc6d28eea49be65fa747e2b3163f44d (diff)
Merge 3eff0531 (automated)
Diffstat (limited to 'runsc/sandbox')
-rw-r--r--runsc/sandbox/sandbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go
index 4a11f617d..851b1304b 100644
--- a/runsc/sandbox/sandbox.go
+++ b/runsc/sandbox/sandbox.go
@@ -54,7 +54,7 @@ type Sandbox struct {
// ID as the first container run in the sandbox.
ID string `json:"id"`
- // Pid is the pid of the running sandbox (immutable). May be 0 is the sandbox
+ // Pid is the pid of the running sandbox (immutable). May be 0 if the sandbox
// is not running.
Pid int `json:"pid"`