]> Cypherpunks repositories - gostls13.git/commitdiff
internal/runtime/exithook: fix a typo
authorJes Cok <xigua67damn@gmail.com>
Thu, 24 Jul 2025 13:58:50 +0000 (13:58 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 17:03:26 +0000 (10:03 -0700)
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 <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>

src/internal/runtime/exithook/hooks.go

index eb8aa1ce0a5c01cac96f2d05d8f5b817f9d7c4ad..8dcfb9ed3c06c54277877b5b7f33a4b50163c879 100644 (file)
@@ -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