diff --git a/libpod/sql_state.go b/libpod/sql_state.go index 866da27bc6..e69db961f6 100644 --- a/libpod/sql_state.go +++ b/libpod/sql_state.go @@ -865,7 +865,7 @@ func (s *SQLState) AddContainerToPod(pod *Pod, ctr *Container) error { return ErrNotImplemented } -// RemoveContainerFromPods removes a container from the given pod +// RemoveContainerFromPod removes a container from the given pod func (s *SQLState) RemoveContainerFromPod(pod *Pod, ctr *Container) error { return ErrNotImplemented }