mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Fix comment typo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #229 Approved by: rhatdan
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user