Skip to content

Commit

Permalink
Merge pull request kubernetes#175 from immiao/master
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
k8s-ci-robot authored Aug 3, 2020
2 parents 8e40847 + 9b4b646 commit cfd1eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klog.go
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ func V(level Level) Verbose {
return newVerbose(level, true)
}

// It's off globally but it vmodule may still be set.
// It's off globally but vmodule may still be set.
// Here is another cheap but safe test to see if vmodule is enabled.
if atomic.LoadInt32(&logging.filterLength) > 0 {
// Now we need a proper lock to use the logging structure. The pcs field
Expand Down

0 comments on commit cfd1eb4

Please sign in to comment.