From: Julian Tibble Date: Tue, 7 Jan 2020 10:26:48 +0000 (+0000) Subject: runtime: fix typo in comment X-Git-Tag: go1.14rc1~157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=25a14b19abd3b9e16f47c6249fda1998431ce5be;p=gostls13.git runtime: fix typo in comment Change-Id: I96db053184e5e72864514d5421a97774545cc2dd GitHub-Last-Rev: f1451ab626563f82f1703a559e4cb6d66665a7b6 GitHub-Pull-Request: golang/go#36425 Reviewed-on: https://go-review.googlesource.com/c/go/+/213597 Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go index 1eb86e9c8b..8083126bcd 100644 --- a/src/runtime/os_linux.go +++ b/src/runtime/os_linux.go @@ -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()) }