mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
proc/stack: Add punctuation to comment
This commit is contained in:
@ -14,7 +14,7 @@ func (nra NoReturnAddr) Error() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Stackframe struct {
|
type Stackframe struct {
|
||||||
// Address the function above this one on the call stack will return to
|
// Address the function above this one on the call stack will return to.
|
||||||
Current Location
|
Current Location
|
||||||
// Address of the call instruction for the function above on the call stack.
|
// Address of the call instruction for the function above on the call stack.
|
||||||
Call Location
|
Call Location
|
||||||
|
|||||||
Reference in New Issue
Block a user