From: Jes Cok Date: Thu, 24 Jul 2025 13:58:50 +0000 (+0000) Subject: internal/runtime/exithook: fix a typo X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd04f65511791860276f2f3f982133f7be007448;p=gostls13.git internal/runtime/exithook: fix a typo That is the say -> That is to say Change-Id: I4a19d4c500103e16e6ae55f41a9fbdddd4bb84a8 GitHub-Last-Rev: 571d49ab8e6d81ac9db8b47d89118fb74bd3f2f6 GitHub-Pull-Request: golang/go#74741 Reviewed-on: https://go-review.googlesource.com/c/go/+/690195 Reviewed-by: Michael Knyszek Reviewed-by: Michael Pratt LUCI-TryBot-Result: Go LUCI Auto-Submit: Michael Pratt Auto-Submit: Michael Knyszek --- diff --git a/src/internal/runtime/exithook/hooks.go b/src/internal/runtime/exithook/hooks.go index eb8aa1ce0a..8dcfb9ed3c 100644 --- a/src/internal/runtime/exithook/hooks.go +++ b/src/internal/runtime/exithook/hooks.go @@ -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