]> Cypherpunks repositories - gostls13.git/commitdiff
debug/proc: fix typo in package documentation
authorRobert Griesemer <gri@golang.org>
Fri, 2 Apr 2010 23:20:47 +0000 (16:20 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 2 Apr 2010 23:20:47 +0000 (16:20 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/829044

src/pkg/debug/proc/proc.go

index d5341a7458497cba6f76f9f364ff74759f069abc..d89649cf88781c8a5d76eccb9361d622306a7624 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package ptrace provides a platform-independent interface for
+// Package proc provides a platform-independent interface for
 // tracing and controlling running processes.  It supports
 // multi-threaded processes and provides typical low-level debugging
 // controls such as breakpoints, single stepping, and manipulating