mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix misprints in comments
These were found by grepping the comments from the go code and feeding the output to aspell. Change-Id: Id734d6c8d1938ec3c36bd94a4dbbad577e3ad395 Reviewed-on: https://go-review.googlesource.com/10941 Reviewed-by: Aamir Khan <syst3m.w0rm@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
15c8ab00e8
commit
7f9f70e5b6
47 changed files with 54 additions and 54 deletions
|
|
@ -454,7 +454,7 @@ func postProcessTrace(events []*Event) error {
|
|||
g.evStart = ev
|
||||
p.g = ev.G
|
||||
if g.evCreate != nil {
|
||||
// +1 because symblizer expects return pc.
|
||||
// +1 because symbolizer expects return pc.
|
||||
ev.Stk = []*Frame{&Frame{PC: g.evCreate.Args[1] + 1}}
|
||||
g.evCreate = nil
|
||||
}
|
||||
|
|
@ -701,7 +701,7 @@ const (
|
|||
EvHeapAlloc = 33 // memstats.heap_alloc change [timestamp, heap_alloc]
|
||||
EvNextGC = 34 // memstats.next_gc change [timestamp, next_gc]
|
||||
EvTimerGoroutine = 35 // denotes timer goroutine [timer goroutine id]
|
||||
EvFutileWakeup = 36 // denotes that the revious wakeup of this goroutine was futile [timestamp]
|
||||
EvFutileWakeup = 36 // denotes that the previous wakeup of this goroutine was futile [timestamp]
|
||||
EvCount = 37
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue