Merge pull request #2916 from mooncak/fix_issues

Fix typos: acclerator -> accelerator
This commit is contained in:
k8s-ci-robot 2018-11-08 10:31:55 -08:00 committed by GitHub
commit bfe555be58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ type AcceleratorStats struct {
// ID of the accelerator. device minor number? Or UUID?
ID string `json:"id"`
// Total acclerator memory.
// Total accelerator memory.
// unit: bytes
MemoryTotal uint64 `json:"memory_total"`