From a925402b62c06d1cfe2b345cba0b11fa06b8401d Mon Sep 17 00:00:00 2001 From: cuishuang Date: Wed, 20 Nov 2024 21:56:27 +0800 Subject: all: fix some function names and typos in comment Change-Id: I07e7c8eaa5bd4bac0d576b2f2f4cd3f81b0b77a4 Reviewed-on: https://go-review.googlesource.com/c/go/+/630055 LUCI-TryBot-Result: Go LUCI Commit-Queue: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Russ Cox Auto-Submit: Ian Lance Taylor --- src/runtime/panic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/panic.go') diff --git a/src/runtime/panic.go b/src/runtime/panic.go index 58606e1dce..dc7a7fe357 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1155,7 +1155,7 @@ func recovery(gp *g) { // frames that we've already processed. // // There's a similar issue with nested panics, when the inner - // panic supercedes the outer panic. Again, we end up needing to + // panic supersedes the outer panic. Again, we end up needing to // walk the same stack frames. // // These are probably pretty rare occurrences in practice, and -- cgit v1.3-5-g9baa