Skip to content

Commit

Permalink
Fix spelling error in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Aug 15, 2024
1 parent 01e9ad7 commit 1b8aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 1b8aa70

Please sign in to comment.