1
0
mirror of https://github.com/golang/go synced 2024-11-19 09:54:49 -07:00

runtime: fix typo in the templateThread godoc

Change-Id: Ie8d563d39b88ab1631bc150d7d5bdbf1aa400f76
GitHub-Last-Rev: ee9d1cfb77fabf30ad022c0fc449f0a9dc996d1b
GitHub-Pull-Request: golang/go#25716
This commit is contained in:
cch123 2018-06-04 18:45:01 +08:00 committed by Xargin
parent 41dd2ebcee
commit d092c8c8eb

View File

@ -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.
//