diff --git a/log/level/level.go b/log/level/level.go index 6833b0dca..dd4ef60e0 100644 --- a/log/level/level.go +++ b/log/level/level.go @@ -177,7 +177,7 @@ func DebugValue() Value { return debugValue } var ( // key is of type interfae{} so that it allocates once during package - // initialization and avoids allocating every type the value is added to a + // initialization and avoids allocating every time the value is added to a // []interface{} later. key interface{} = "level"