From 04dbec0df8d03d5c187beaf5ce8e6c58e9fc82b5 Mon Sep 17 00:00:00 2001 From: chressie Date: Tue, 5 Nov 2024 16:05:08 +0100 Subject: [PATCH] glog: fix typo (#73) cl/648345242 (google-internal) --- glog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glog.go b/glog.go index 8c00e737..1b632e07 100644 --- a/glog.go +++ b/glog.go @@ -76,7 +76,7 @@ // -log_backtrace_at=gopherflakes.go:234 // A stack trace will be written to the Info log whenever execution // hits one of these statements. (Unlike with -vmodule, the ".go" -// must bepresent.) +// must be present.) // -v=0 // Enable V-leveled logging at the specified level. // -vmodule=""