Merge pull request #3598 from AllenZMC/patch-1

fix mis-spelling in nvidia.go
This commit is contained in:
Michael Crosby 2019-08-29 11:25:49 -04:00 committed by GitHub
commit 5a3f3e329e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ const (
Display Capability = "display"
)
// AllCaps returns the complete list of supported Nvidia capabilties.
// AllCaps returns the complete list of supported Nvidia capabilities.
func AllCaps() []Capability {
return []Capability{
Compute,