pkg/proc: fix one typo.
Change `copy form` into `copy from`.
This commit is contained in:
parent
059c51ea0c
commit
c5f9a03d6f
@ -16,7 +16,7 @@ type ARM64Registers struct {
|
|||||||
|
|
||||||
// ARM64PtraceRegs is the struct used by the linux kernel to return the
|
// ARM64PtraceRegs is the struct used by the linux kernel to return the
|
||||||
// general purpose registers for ARM64 CPUs.
|
// general purpose registers for ARM64 CPUs.
|
||||||
//copy form sys/unix/ztypes_linux_arm64.go:735
|
// copy from sys/unix/ztypes_linux_arm64.go:735
|
||||||
type ARM64PtraceRegs struct {
|
type ARM64PtraceRegs struct {
|
||||||
Regs [31]uint64
|
Regs [31]uint64
|
||||||
Sp uint64
|
Sp uint64
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user