summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:30:19 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:30:19 +0200
commitc04ec104dff4f3f8bdc6650d3d93ca58726bb48a (patch)
tree30f0677456c9300c14a5cea25f25fa5a0e6c653c
parentb19e2d6f80812c28f54f39bde04e9e586be9b964 (diff)
downloadpodman-c04ec104dff4f3f8bdc6650d3d93ca58726bb48a.tar.gz
podman-c04ec104dff4f3f8bdc6650d3d93ca58726bb48a.tar.bz2
podman-c04ec104dff4f3f8bdc6650d3d93ca58726bb48a.zip
libpod/pod_top_linux.go: s/TODO/NOTE/
As it really is a note and not a TODO item. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
-rw-r--r--libpod/pod_top_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/pod_top_linux.go b/libpod/pod_top_linux.go
index 83a070807..544126dcd 100644
--- a/libpod/pod_top_linux.go
+++ b/libpod/pod_top_linux.go
@@ -53,7 +53,7 @@ func (p *Pod) GetPodPidInformation(descriptors []string) ([]string, error) {
}
}
- // TODO: psgo returns a [][]string to give users the ability to apply
+ // NOTE: psgo returns a [][]string to give users the ability to apply
// filters on the data. We need to change the API here to return
// a [][]string if we want to make use of filtering.
opts := psgo.JoinNamespaceOpts{FillMappings: rootless.IsRootless()}