libpod: fix "to to" typo in container_top comment

Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
s3onghyun
2026-06-18 17:52:11 +09:00
parent 41725cc6fd
commit 8a43be8205

View File

@@ -39,7 +39,7 @@ const (
// podmanTopCommand is the reexec key to safely setup the environment for ps to be executed
podmanTopCommand = "podman-top"
// podmanTopExitCode is a special exec code to signal that podman failed to to something in
// podmanTopExitCode is a special exec code to signal that podman failed to do something in
// reexec command not ps. This is used to give a better error.
podmanTopExitCode = 255
)