mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
3f41199405
commit
e66d29cdcf
8 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue