summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
diff options
context:
space:
mode:
authorkevin.xu <cming.xu@gmail.com>2019-10-23 14:56:44 +0800
committerGitHub <noreply@github.com>2019-10-23 14:56:44 +0800
commit3edbdcc1911fe7f64f1a342eb2af73a3142540b7 (patch)
tree2b8bffd3782b7b4b5ec8760b6bfcb74e5936bb62 /runsc/boot/controller.go
parent6122b413f132ecc0646ef446f89dd5eaf0b55b08 (diff)
remove duplicated period
remove a duplicated period
Diffstat (limited to 'runsc/boot/controller.go')
-rw-r--r--runsc/boot/controller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go
index 5f644b57e..d177e1c91 100644
--- a/runsc/boot/controller.go
+++ b/runsc/boot/controller.go
@@ -51,7 +51,7 @@ const (
ContainerEvent = "containerManager.Event"
// ContainerExecuteAsync is the URPC endpoint for executing a command in a
- // container..
+ // container.
ContainerExecuteAsync = "containerManager.ExecuteAsync"
// ContainerPause pauses the container.