summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-08 13:52:27 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-08 13:52:52 +0100
commit8ae672632b36bce993860e782048dc72fab1662c (patch)
tree94385a3d176c53315d6d57daee7b8dad9b532c10
parentaaec8b2408d97f7c039f9d4dc2e96ba6001f22ef (diff)
downloadpodman-8ae672632b36bce993860e782048dc72fab1662c.tar.gz
podman-8ae672632b36bce993860e782048dc72fab1662c.tar.bz2
podman-8ae672632b36bce993860e782048dc72fab1662c.zip
fix lint: correct func identifier in comment
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--libpod/oci_conmon_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/oci_conmon_linux.go b/libpod/oci_conmon_linux.go
index ef881802c..0312f0ba2 100644
--- a/libpod/oci_conmon_linux.go
+++ b/libpod/oci_conmon_linux.go
@@ -709,7 +709,7 @@ func (r *ConmonOCIRuntime) ExecUpdateStatus(ctr *Container, sessionID string) (b
return true, nil
}
-// ExecCleanupContainer cleans up files created when a command is run via
+// ExecContainerCleanup cleans up files created when a command is run via
// ExecContainer. This includes the attach socket for the exec session.
func (r *ConmonOCIRuntime) ExecContainerCleanup(ctr *Container, sessionID string) error {
// Clean up the sockets dir. Issue #3962