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:
Brad Fitzpatrick 2016-12-08 22:15:40 +00:00
parent 51a75a01f8
commit 4c4201f0e2
15 changed files with 22 additions and 22 deletions

View file

@ -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")