1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:47:58 -07:00

debug/proc: fix typo in package documentation

R=rsc
CC=golang-dev
https://golang.org/cl/829044
This commit is contained in:
Robert Griesemer 2010-04-02 16:20:47 -07:00
parent 79017aa568
commit f08ce18980

View 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