pkg: Removing duplicated words ("of of", etc.), mostly from comments.

Ran 'double.pl' on the pkg tree to identify doubled words.
One change to an error string return in x509;  the rest are in comments.
Thanks to Matt Jibson for the idea.

R=golang-dev, bsiegert
CC=golang-dev
https://golang.org/cl/6344089
This commit is contained in:
David G. Andersen 2012-07-09 09:16:10 +10:00 committed by Nigel Tao
parent 3f41199405
commit e66d29cdcf
8 changed files with 11 additions and 11 deletions

View file

@ -16,7 +16,7 @@ import (
"syscall"
)
// Error records the name of a binary that failed to be be executed
// Error records the name of a binary that failed to be executed
// and the reason it failed.
type Error struct {
Name string