From c517d9dd7316f281c1f9e47e403009caa8085ca6 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 3 Sep 2020 15:03:39 +0000 Subject: [PATCH] clh: dnm test pr Fixes: #1 Depends-on: github.com/kata-containers/packaging#1141 Signed-off-by: Jose Carlos Venegas Munoz --- virtcontainers/clh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/clh.go b/virtcontainers/clh.go index d40b698b81..153854bcd0 100644 --- a/virtcontainers/clh.go +++ b/virtcontainers/clh.go @@ -33,7 +33,7 @@ import ( ) // -// Constants and type definitions related to cloud hypervisor +// Constants and type definitions related to cloud hypervisor. // type clhState uint8