From 8ffc931eae8bb7a4654695be39d95b62d369ee5c Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Tue, 13 Jun 2023 23:01:11 +0000 Subject: all: fix spelling errors Fix spelling errors discovered using https://github.com/codespell-project/codespell. Errors in data files and vendored packages are ignored. Change-Id: I83c7818222f2eea69afbd270c15b7897678131dc GitHub-Last-Rev: 3491615b1b82832cc0064f535786546e89aa6184 GitHub-Pull-Request: golang/go#60758 Reviewed-on: https://go-review.googlesource.com/c/go/+/502576 Auto-Submit: Michael Pratt Run-TryBot: Michael Pratt Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt --- src/runtime/stack_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/stack_test.go') diff --git a/src/runtime/stack_test.go b/src/runtime/stack_test.go index 96d37b839c..600e80d8bf 100644 --- a/src/runtime/stack_test.go +++ b/src/runtime/stack_test.go @@ -335,7 +335,7 @@ func TestDeferLeafSigpanic(t *testing.T) { }() // Call a leaf function. We must set up the exact call stack: // - // defering function -> leaf function -> sigpanic + // deferring function -> leaf function -> sigpanic // // On LR machines, the leaf function will have the same SP as // the SP pushed for the defer frame. -- cgit v1.3