summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpod/sql_state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state.go b/libpod/sql_state.go
index 866da27bc..e69db961f 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
}