From e48f3137c06d652ffb71f22abe7dadbb6941a394 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 21 Jun 2024 10:07:55 +0200 Subject: [PATCH] libpod: fix comment Signed-off-by: Giuseppe Scrivano --- libpod/container_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpod/container_config.go b/libpod/container_config.go index 262a4befa0..8c4e0176c5 100644 --- a/libpod/container_config.go +++ b/libpod/container_config.go @@ -349,7 +349,7 @@ type ContainerMiscConfig struct { Labels map[string]string `json:"labels,omitempty"` // StopSignal is the signal that will be used to stop the container StopSignal uint `json:"stopSignal,omitempty"` - // StopTimeout is the signal that will be used to stop the container + // StopTimeout is maximum time a container is allowed to run after getting the stop signal StopTimeout uint `json:"stopTimeout,omitempty"` // Timeout is maximum time a container will run before getting the kill signal Timeout uint `json:"timeout,omitempty"`