From: Ingo Oeser Date: Thu, 10 May 2018 17:08:46 +0000 (+0200) Subject: net/http/pprof: fix typo on new index page X-Git-Tag: go1.11beta1~451 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5bd88b028b73beec576657dff0d8bd486e46b893;p=gostls13.git net/http/pprof: fix typo on new index page s/thread/thead/ as this is Table HEAD and not a thread as indicated by the closing tag an context this apears in. Change-Id: I3aa0cc95b96c9a594cb5a49713efa22d67e4990c Reviewed-on: https://go-review.googlesource.com/112675 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 0a5071a08b..35b3285a08 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -319,7 +319,7 @@ var indexTmpl = template.Must(template.New("index").Parse(`
Types of profiles available: - + {{range .}}
CountProfile
CountProfile
{{.Count}}{{.Name}}