1
0
mirror of https://github.com/golang/go synced 2024-09-30 07:28:36 -06:00

runtime: fix typo in comment

This commit is contained in:
Julian Tibble 2020-01-07 09:56:19 +00:00
parent edf3ec987f
commit f1451ab626

View File

@ -343,7 +343,7 @@ func minit() {
minitSignals()
// Cgo-created threads and the bootstrap m are missing a
// procid. We need this for asynchronous preemption and its
// procid. We need this for asynchronous preemption and it's
// useful in debuggers.
getg().m.procid = uint64(gettid())
}