Skip to content

Commit 5a3f3e3

Browse files
Merge pull request #3598 from AllenZMC/patch-1
fix mis-spelling in nvidia.go
2 parents a4bbf8e + f4927a2 commit 5a3f3e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/nvidia/nvidia.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
Display Capability = "display"
5353
)
5454

55-
// AllCaps returns the complete list of supported Nvidia capabilties.
55+
// AllCaps returns the complete list of supported Nvidia capabilities.
5656
func AllCaps() []Capability {
5757
return []Capability{
5858
Compute,

0 commit comments

Comments
 (0)