mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
*: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
@ -76,7 +76,7 @@ const (
|
||||
VariableReturnArgument
|
||||
// VariableFakeAddress means the address of this variable is either fake
|
||||
// (i.e. the variable is partially or completely stored in a CPU register
|
||||
// and doesn't have a real address) or possibly no longer availabe (because
|
||||
// and doesn't have a real address) or possibly no longer available (because
|
||||
// the variable is the return value of a function call and allocated on a
|
||||
// frame that no longer exists)
|
||||
VariableFakeAddress
|
||||
|
||||
Reference in New Issue
Block a user