Fix typos: acclerator -> accelerator

Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
mooncake 2018-11-09 00:45:40 +08:00
parent 0b2360cd39
commit a1728e8e6d
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"`