]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in the templateThread godoc
authorcch123 <buaa.cch@gmail.com>
Mon, 4 Jun 2018 15:20:07 +0000 (15:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Jun 2018 15:26:17 +0000 (15:26 +0000)
Change-Id: Ie8d563d39b88ab1631bc150d7d5bdbf1aa400f76
GitHub-Last-Rev: d092c8c8eb886fd9abad9bdaed7330a6cbd7f9a4
GitHub-Pull-Request: golang/go#25716
Reviewed-on: https://go-review.googlesource.com/116115
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
src/runtime/proc.go

index 9da276d4539032a6b094a144d9b240c3e54e4fe8..9f4feebfd7ffcf566241c8fb06e51f36a31e94e2 100644 (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.
 //