mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
Fix comment typos
This commit is contained in:
@ -3,7 +3,7 @@ package proc
|
||||
import "encoding/binary"
|
||||
|
||||
// Takes an offset from RSP and returns the address of the
|
||||
// instruction the currect function is going to return to.
|
||||
// instruction the current function is going to return to.
|
||||
func (thread *Thread) ReturnAddress() (uint64, error) {
|
||||
locations, err := thread.Stacktrace(2)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user