diff options
Diffstat (limited to 'pkg/kconfig')
| -rw-r--r-- | pkg/kconfig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/kconfig/config.go b/pkg/kconfig/config.go index a9c571b1d..4a917df28 100644 --- a/pkg/kconfig/config.go +++ b/pkg/kconfig/config.go @@ -36,7 +36,7 @@ const ( prefix = "CONFIG_" ) -// Value returns config value, or No if it's not present at all. +// Value returns config value, or No if it's not present at all. func (cf *ConfigFile) Value(name string) string { cfg := cf.Map[name] if cfg == nil { |
