Typo fix.

PiperOrigin-RevId: 345062676
This commit is contained in:
Etienne Perot 2020-12-01 11:28:42 -08:00 committed by gVisor bot
parent 25570ac4f3
commit c140b0c493
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ const (
// v1 is the containerd API v1. // v1 is the containerd API v1.
v1 string = "v1" v1 string = "v1"
// v1 is the containerd API v21. // v2 is the containerd API v2.
v2 string = "v2" v2 string = "v2"
) )