diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-03 21:08:34 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-17 15:26:43 +0000 |
commit | daba9836c8f6c31b548248c0938091e684c3d592 (patch) | |
tree | 5cbdaa85bf56095e9a6c9aa346f311f3760d923e /libpod | |
parent | 0ae9097b323039dff9ebdb939ed00ce573dfcd6b (diff) | |
download | podman-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.go | 2 |
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 } |