diff --git a/pkg/cloud/volume_limits.go b/pkg/cloud/volume_limits.go index 38c726f60..9b9b393dd 100644 --- a/pkg/cloud/volume_limits.go +++ b/pkg/cloud/volume_limits.go @@ -558,7 +558,7 @@ var gpuInstanceGpus = map[string]int{ } // Note this table is not a reflection of how many accelerators an instance has but of how many slots their combined acclerators take up -// VT instance type acclerators take two slots each with the exception of the vt1.24xlarge which takes 0 slots for its acclerators +// VT instance type accelerators take two slots each with the exception of the vt1.24xlarge which takes 0 slots for its accelerators // inf1 instance types are purposely not added to this table as they are in the maxVolumeLimits table // https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html var acceleratorSlotsTaken = map[string]int{