From ca7fd6dd060f08a62e069dd2dcdb42b140dfd198 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 23 May 2014 19:01:56 -0500 Subject: [PATCH] Fix docs --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9dc54b01..85bd0cdf 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ type term struct { func main() { // We must ensure here that we are running on the same thread during // the execution of dbg. This is due to the fact that ptrace(2) expects - // all commands after PT_ATTACH to come from the same thread. + // all commands after PTRACE_ATTACH to come from the same thread. runtime.LockOSThread() t := newTerm()