diff options
author | Etienne Perot <eperot@google.com> | 2020-12-01 11:28:42 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-01 11:31:25 -0800 |
commit | c140b0c4934dd670b3b103f17c4efcaadff5453e (patch) | |
tree | 29e7874aee4329e03a6cfb2e0eef5f9e2338defa | |
parent | 25570ac4f3a0c4b51251b8111d64d5c1dc6b9a67 (diff) |
Typo fix.
PiperOrigin-RevId: 345062676
-rw-r--r-- | test/root/crictl_test.go | 2 |
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" ) |