mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/runtime/exithook: fix a typo
That is the say -> That is to say
Change-Id: I4a19d4c500103e16e6ae55f41a9fbdddd4bb84a8
GitHub-Last-Rev: 571d49ab8e
GitHub-Pull-Request: golang/go#74741
Reviewed-on: https://go-review.googlesource.com/c/go/+/690195
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
5c8624a396
commit
bd04f65511
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// from a safe context (e.g. not an error/panic path or signal
|
||||
// handler, preemption enabled, allocation allowed, write barriers
|
||||
// allowed, etc), and that the exit function F will be invoked under
|
||||
// similar circumstances. That is the say, we are expecting that F
|
||||
// similar circumstances. That is to say, we are expecting that F
|
||||
// uses normal / high-level Go code as opposed to one of the more
|
||||
// restricted dialects used for the trickier parts of the runtime.
|
||||
package exithook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue