diff options
author | Michael Pratt <mpratt@google.com> | 2019-06-03 12:47:21 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-03 12:48:24 -0700 |
commit | 955685845e6c1d855315978291195f35a73d7cc1 (patch) | |
tree | ec2f656d84c9d2e205c3c03cd8d7f57c837dd640 /runsc/boot | |
parent | 8e926e3f74cef3d04b37c6a68ba5de966e9d9839 (diff) |
Remove spurious period
PiperOrigin-RevId: 251288885
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/loader.go | 2 |
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 |