mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
Fix typo
initilization -> initialization
This commit is contained in:
parent
9264067a41
commit
7495a8c722
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ environmental variable is set accordingly.</p>
|
|||
each collection, summarizing the amount of memory collected
|
||||
and the length of the pause.</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue