Fixed something small

This commit is contained in:
Unknown 2018-03-14 12:41:44 +10:30
parent 09b5fb9066
commit af4f7de2ea
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const (
defaultQuantizationMode = QuantizationOff
)
// checkConfig checks for any errors in the config files and defaults settings
// Validate checks for any errors in the config files and defaults settings
// if particular parameters have not been defined.
func (config *Config) Validate(r *revidInst) error {
switch config.QuantizationMode {