mirror of
https://github.com/golang/go
synced 2024-11-25 21:28:03 -07:00
doc: fix misspelling of “initialization” in diagnostics.html
initilization -> initialization
Change-Id: Ie5edd30559941f2d044280d8d586c2c2692d5b69
GitHub-Last-Rev: 7495a8c722
GitHub-Pull-Request: golang/go#42749
Reviewed-on: https://go-review.googlesource.com/c/go/+/272026
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Trust: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
676f0a45ed
commit
3fd4917472
@ -455,7 +455,7 @@ environmental variable is set accordingly.</p>
|
|||||||
each collection, summarizing the amount of memory collected
|
each collection, summarizing the amount of memory collected
|
||||||
and the length of the pause.</li>
|
and the length of the pause.</li>
|
||||||
<li>GODEBUG=inittrace=1 prints a summary of execution time and memory allocation
|
<li>GODEBUG=inittrace=1 prints a summary of execution time and memory allocation
|
||||||
information for completed package initilization work.</li>
|
information for completed package initialization work.</li>
|
||||||
<li>GODEBUG=schedtrace=X prints scheduling events every X milliseconds.</li>
|
<li>GODEBUG=schedtrace=X prints scheduling events every X milliseconds.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user