Commit 0680c03e authored by cch123's avatar cch123 Committed by Brad Fitzpatrick

runtime: fix typo in the templateThread godoc

Change-Id: Ie8d563d39b88ab1631bc150d7d5bdbf1aa400f76
GitHub-Last-Rev: d092c8c8eb886fd9abad9bdaed7330a6cbd7f9a4
GitHub-Pull-Request: golang/go#25716
Reviewed-on: https://go-review.googlesource.com/116115Reviewed-by: default avatarDaniel Martí <mvdan@mvdan.cc>
parent 89944444
...@@ -1942,7 +1942,7 @@ func startTemplateThread() { ...@@ -1942,7 +1942,7 @@ func startTemplateThread() {
newm(templateThread, nil) 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 // to start new threads in known-good states when the calling thread
// may not be a a good state. // may not be a a good state.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment