Fix typos: acclerator -> accelerator
Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
parent
0b2360cd39
commit
a1728e8e6d
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue