Skip to content

Commit bd04f65

Browse files
callthingsoffgopherbot
authored andcommitted
internal/runtime/exithook: fix a typo
That is the say -> That is to say Change-Id: I4a19d4c500103e16e6ae55f41a9fbdddd4bb84a8 GitHub-Last-Rev: 571d49a GitHub-Pull-Request: #74741 Reviewed-on: https://go-review.googlesource.com/c/go/+/690195 Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Michael Pratt <[email protected]> Auto-Submit: Michael Knyszek <[email protected]>
1 parent 5c8624a commit bd04f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/runtime/exithook/hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// from a safe context (e.g. not an error/panic path or signal
99
// handler, preemption enabled, allocation allowed, write barriers
1010
// allowed, etc), and that the exit function F will be invoked under
11-
// similar circumstances. That is the say, we are expecting that F
11+
// similar circumstances. That is to say, we are expecting that F
1212
// uses normal / high-level Go code as opposed to one of the more
1313
// restricted dialects used for the trickier parts of the runtime.
1414
package exithook

0 commit comments

Comments
 (0)