mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: fix typo in the templateThread godoc
Change-Id: Ie8d563d39b88ab1631bc150d7d5bdbf1aa400f76
GitHub-Last-Rev: d092c8c8eb
GitHub-Pull-Request: golang/go#25716
Reviewed-on: https://go-review.googlesource.com/116115
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
parent
8994444491
commit
0680c03ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -1942,7 +1942,7 @@ func startTemplateThread() {
|
|||
newm(templateThread, nil)
|
||||
}
|
||||
|
||||
// tmeplateThread is a thread in a known-good state that exists solely
|
||||
// templateThread is a thread in a known-good state that exists solely
|
||||
// to start new threads in known-good states when the calling thread
|
||||
// may not be a a good state.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue