From 3edbdcc1911fe7f64f1a342eb2af73a3142540b7 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Wed, 23 Oct 2019 14:56:44 +0800 Subject: remove duplicated period remove a duplicated period --- runsc/boot/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/boot/controller.go') 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. -- cgit v1.2.3