proc: Update stack.go (#527)

Fix typo.
This commit is contained in:
Nan Xiao
2016-05-14 02:28:56 +08:00
committed by Derek Parker
parent 47269cb10f
commit b9b3e4ac03

View File

@ -8,7 +8,7 @@ import (
)
// NoReturnAddr is returned when return address
// could not be found during stack tracae.
// could not be found during stack trace.
type NoReturnAddr struct {
fn string
}