mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +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
|
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 {
|
func (s *SQLState) RemoveContainerFromPod(pod *Pod, ctr *Container) error {
|
||||||
return ErrNotImplemented
|
return ErrNotImplemented
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user