fix struct comment for generation

This commit is contained in:
Megan Marsh 2020-09-09 16:01:30 -07:00
parent 9156563314
commit ca650c9602
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
type HardwareConfig struct {
// Number of CPU sockets.
// Number of CPU cores.
CPUs int32 `mapstructure:"CPUs"`
// Number of CPU cores per socket.
CpuCores int32 `mapstructure:"cpu_cores"`