From 752aa353be72a0498234ccb3a024d9b89b909337 Mon Sep 17 00:00:00 2001 From: elijah quinones Date: Thu, 15 Aug 2024 15:23:49 +0000 Subject: [PATCH] Fix spelling errors in volume_limits.go comments --- pkg/cloud/volume_limits.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cloud/volume_limits.go b/pkg/cloud/volume_limits.go index 9b9b393ddd..31f9dec1b7 100644 --- a/pkg/cloud/volume_limits.go +++ b/pkg/cloud/volume_limits.go @@ -502,7 +502,7 @@ var nvmeInstanceStoreVolumes = map[string]int{ } // https://aws.amazon.com/ec2/instance-types -// Despite the dl1.24xlarge having Gaudi Accelerators describe instance types considers them GPUs as such that instacne type is in this table +// Despite the dl1.24xlarge having Gaudi Accelerators describe instance types considers them GPUs as such that instance type is in this table // g5.48xlarge is not added to this table as it is in the maxVolumeLimits var gpuInstanceGpus = map[string]int{ "dl1.24xlarge": 8, @@ -557,7 +557,7 @@ var gpuInstanceGpus = map[string]int{ "p5.48xlarge": 8, } -// Note this table is not a reflection of how many accelerators an instance has but of how many slots their combined acclerators take up +// Note this table is not a reflection of how many accelerators an instance has but of how many slots their combined accelerators take up // 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