提交 dee267b6 编写于 作者: C chainhelen 提交者: Derek Parker

pkg/proc: fix typo in the comment of `PtraceGetFpRegset` (#1848)

上级 ff5734a0
......@@ -35,7 +35,7 @@ func ptraceSetGRegs(pid int, regs *linutil.ARM64PtraceRegs) (err error) {
return
}
// PtraceGetRegset returns floating point registers of the specified thread
// PtraceGetFpRegset returns floating point registers of the specified thread
// using PTRACE.
func PtraceGetFpRegset(tid int) (fpregset []byte, err error) {
var arm64_fpregs [AARCH64_FPREGS_SIZE]byte
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册