From 29e01d5dcb27dd20d23986bc14ee0e9d6a6f5bfc Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 17 Jun 2020 15:17:45 -0700 Subject: [PATCH] fix comment --- pkg/drivers/kic/oci/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/drivers/kic/oci/errors.go b/pkg/drivers/kic/oci/errors.go index 2897e36bcb..cd10ec0f2f 100644 --- a/pkg/drivers/kic/oci/errors.go +++ b/pkg/drivers/kic/oci/errors.go @@ -30,5 +30,5 @@ var ErrCPUCountLimit = FailFastError(errors.New("not enough CPUs is available fo // ErrExitedAfterCreate is thrown when container is created without error but it exists and it's status is not running. var ErrExitedAfterCreate = errors.New("container status is not running after creation") -// ErrDaemonInfo is thrown when docker/podman info is not failing or not responding +// ErrDaemonInfo is thrown when docker/podman info is failing or not responding var ErrDaemonInfo = errors.New("daemon info not responding")