From: Robert Griesemer Date: Fri, 2 Apr 2010 23:20:47 +0000 (-0700) Subject: debug/proc: fix typo in package documentation X-Git-Tag: weekly.2010-04-13~77 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f08ce1898086c604e3027489dd8fcbc06826c7c8;p=gostls13.git debug/proc: fix typo in package documentation R=rsc CC=golang-dev https://golang.org/cl/829044 --- 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