From 1b8aa7093f27f21af717472562c94ade2c7ea858 Mon Sep 17 00:00:00 2001 From: elijah quinones Date: Thu, 15 Aug 2024 14:24:08 +0000 Subject: [PATCH] Fix spelling error in comments --- pkg/cloud/volume_limits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{