summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-01-03 21:08:34 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-17 15:26:43 +0000
commitdaba9836c8f6c31b548248c0938091e684c3d592 (patch)
tree5cbdaa85bf56095e9a6c9aa346f311f3760d923e /libpod
parent0ae9097b323039dff9ebdb939ed00ce573dfcd6b (diff)
downloadpodman-daba9836c8f6c31b548248c0938091e684c3d592.tar.gz
podman-daba9836c8f6c31b548248c0938091e684c3d592.tar.bz2
podman-daba9836c8f6c31b548248c0938091e684c3d592.zip
Fix comment typo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #229 Approved by: rhatdan
Diffstat (limited to 'libpod')
-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
}