From 4368a7875506bafcd751f1cad17098fa1e834281 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Tue, 10 Aug 2010 18:01:00 +1000 Subject: [PATCH] gopack documentation: fixed typo (Removed extraneous "program".) R=golang-dev, r CC=golang-dev https://golang.org/cl/1950041 --- src/cmd/gopack/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/gopack/doc.go b/src/cmd/gopack/doc.go index 0d5ccdb6ce..74c272fd21 100644 --- a/src/cmd/gopack/doc.go +++ b/src/cmd/gopack/doc.go @@ -4,7 +4,7 @@ /* -Gopack program is a variant of the Plan 9 ar tool. The original is documented at +Gopack is a variant of the Plan 9 ar tool. The original is documented at http://plan9.bell-labs.com/magic/man2html/1/ar -- 2.50.0