*: fix some typos

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cui fliter
2022-03-23 23:10:00 +08:00
committed by GitHub
parent cdf73b5365
commit 9a9c1a9f33
13 changed files with 19 additions and 19 deletions

View File

@ -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