Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glog: fix doc comment for V (golang#47)
V logs if the level is at most the -v setting. (If it is bigger (V(2) with -v=1) then it doesn't.) The text said "at least" instead.
- Loading branch information