Fix golint warning (incorrect function name in comment).
authorWard Vandewege <ward@curii.com>
Sun, 28 Mar 2021 23:40:00 +0000 (19:40 -0400)
committerWard Vandewege <ward@curii.com>
Sun, 28 Mar 2021 23:40:00 +0000 (19:40 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

lib/crunchrun/container_gateway.go

index 19feac1696c473c4df8a6f65eb6a9d1422cc8e2f..1a87b8c4f71d1db95b62dc6c572107f9e1e815d8 100644 (file)
@@ -40,9 +40,9 @@ type Gateway struct {
        respondAuth string
 }
 
-// startGatewayServer starts an http server that allows authenticated
-// clients to open an interactive "docker exec" session and (in
-// future) connect to tcp ports inside the docker container.
+// Start starts an http server that allows authenticated clients to open an
+// interactive "docker exec" session and (in future) connect to tcp ports
+// inside the docker container.
 func (gw *Gateway) Start() error {
        gw.sshConfig = ssh.ServerConfig{
                NoClientAuth: true,