aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-04-02 16:20:47 -0700
committerRobert Griesemer <gri@golang.org>2010-04-02 16:20:47 -0700
commitf08ce1898086c604e3027489dd8fcbc06826c7c8 (patch)
treebe6229b723ed51276ff3a98ff61473891af0f717 /src/pkg/debug
parent79017aa56858f1109c5de30ac9f73d0da60a5339 (diff)
downloadgo-f08ce1898086c604e3027489dd8fcbc06826c7c8.tar.xz
debug/proc: fix typo in package documentation
R=rsc CC=golang-dev https://golang.org/cl/829044
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/proc/proc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/proc/proc.go b/src/pkg/debug/proc/proc.go
index d5341a7458..d89649cf88 100644
--- a/src/pkg/debug/proc/proc.go
+++ b/src/pkg/debug/proc/proc.go
@@ -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