From c140b0c4934dd670b3b103f17c4efcaadff5453e Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Tue, 1 Dec 2020 11:28:42 -0800 Subject: [PATCH] Typo fix. PiperOrigin-RevId: 345062676 --- test/root/crictl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/root/crictl_test.go b/test/root/crictl_test.go index 735dff107..df52dd381 100644 --- a/test/root/crictl_test.go +++ b/test/root/crictl_test.go @@ -315,7 +315,7 @@ const ( // v1 is the containerd API v1. v1 string = "v1" - // v1 is the containerd API v21. + // v2 is the containerd API v2. v2 string = "v2" )