diff options
| author | Robert Griesemer <gri@golang.org> | 2010-04-02 16:20:47 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2010-04-02 16:20:47 -0700 |
| commit | 56c98e63d8b2a4b63af9a4c2f044a6948d6373e9 (patch) | |
| tree | 5e3db5cb3357c0d4ff8ba5e03ff35621c4093c29 | |
| parent | 1f8bf169e747dc30eda270f1ae2a62b2aa48d29b (diff) | |
| download | golang-56c98e63d8b2a4b63af9a4c2f044a6948d6373e9.tar.gz | |
debug/proc: fix typo in package documentation
R=rsc
CC=golang-dev
http://codereview.appspot.com/829044
| -rw-r--r-- | src/pkg/debug/proc/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/proc/proc.go b/src/pkg/debug/proc/proc.go index d5341a745..d89649cf8 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 |
