summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEtienne Perot <eperot@google.com>2020-12-01 11:28:42 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-01 11:31:25 -0800
commitc140b0c4934dd670b3b103f17c4efcaadff5453e (patch)
tree29e7874aee4329e03a6cfb2e0eef5f9e2338defa
parent25570ac4f3a0c4b51251b8111d64d5c1dc6b9a67 (diff)
Typo fix.
PiperOrigin-RevId: 345062676
-rw-r--r--test/root/crictl_test.go2
1 files changed, 1 insertions, 1 deletions
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"
)