mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: make spelling consistent
Fixes #17938 Change-Id: Iad12155f4976846bd4a9a53869f89e40e5b3deb3 Reviewed-on: https://go-review.googlesource.com/34147 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
This commit is contained in:
parent
51a75a01f8
commit
4c4201f0e2
15 changed files with 22 additions and 22 deletions
|
|
@ -646,7 +646,7 @@ func startpanic_m() {
|
|||
freezetheworld()
|
||||
return
|
||||
case 1:
|
||||
// Something failed while panicing, probably the print of the
|
||||
// Something failed while panicking, probably the print of the
|
||||
// argument to panic(). Just print a stack trace and exit.
|
||||
_g_.m.dying = 2
|
||||
print("panic during panic\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue