From 3fd491747247e95d00e24feccd1568b9e7eb37b4 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Fri, 20 Nov 2020 16:44:15 +0000 Subject: [PATCH] =?utf8?q?doc:=20fix=20misspelling=20of=20=E2=80=9Cinitial?= =?utf8?q?ization=E2=80=9D=20in=20diagnostics.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit initilization -> initialization Change-Id: Ie5edd30559941f2d044280d8d586c2c2692d5b69 GitHub-Last-Rev: 7495a8c7227bc9c574c93861e5fedc1bada0397c GitHub-Pull-Request: golang/go#42749 Reviewed-on: https://go-review.googlesource.com/c/go/+/272026 Reviewed-by: Emmanuel Odeke Trust: Ian Lance Taylor --- doc/diagnostics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/diagnostics.html b/doc/diagnostics.html index f9368886c4..438cdce45f 100644 --- a/doc/diagnostics.html +++ b/doc/diagnostics.html @@ -455,7 +455,7 @@ environmental variable is set accordingly.

each collection, summarizing the amount of memory collected and the length of the pause.
  • GODEBUG=inittrace=1 prints a summary of execution time and memory allocation -information for completed package initilization work.
  • +information for completed package initialization work.
  • GODEBUG=schedtrace=X prints scheduling events every X milliseconds.
  • -- 2.48.1