summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-06-03 12:47:21 -0700
committerShentubot <shentubot@google.com>2019-06-03 12:48:24 -0700
commit955685845e6c1d855315978291195f35a73d7cc1 (patch)
treeec2f656d84c9d2e205c3c03cd8d7f57c837dd640 /runsc/boot
parent8e926e3f74cef3d04b37c6a68ba5de966e9d9839 (diff)
Remove spurious period
PiperOrigin-RevId: 251288885
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/loader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/loader.go b/runsc/boot/loader.go
index 6ac6b94dd..b29cb334f 100644
--- a/runsc/boot/loader.go
+++ b/runsc/boot/loader.go
@@ -432,7 +432,7 @@ func createMemoryFile() (*pgalloc.MemoryFile, error) {
return mf, nil
}
-// Run runs the root container..
+// Run runs the root container.
func (l *Loader) Run() error {
err := l.run()
l.ctrl.manager.startResultChan <- err