summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2014-05-20 14:42:07 -0400
committerShenghou Ma <minux.ma@gmail.com>2014-05-20 14:42:07 -0400
commit800ef5f4f9a5ad381099b3c770a67b1f27961b04 (patch)
tree01e5363bee4076814c393743286e1eee8324acce /src
parent2d18928694c945941f5e851dd85f106970978504 (diff)
downloadgo-800ef5f4f9a5ad381099b3c770a67b1f27961b04.tar.gz
all: fix "the the" typos.
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/93470043
Diffstat (limited to 'src')
-rw-r--r--src/cmd/gofmt/testdata/typeswitch.golden2
-rw-r--r--src/cmd/gofmt/testdata/typeswitch.input2
-rw-r--r--src/pkg/runtime/runtime-gdb.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/gofmt/testdata/typeswitch.golden b/src/cmd/gofmt/testdata/typeswitch.golden
index 87e916181..2b1905edd 100644
--- a/src/cmd/gofmt/testdata/typeswitch.golden
+++ b/src/cmd/gofmt/testdata/typeswitch.golden
@@ -4,7 +4,7 @@
into the correct unparenthesized form.
Only type-switches that didn't declare a variable
- in the the type switch type assertion and which
+ in the type switch type assertion and which
contained only "expression-like" (named) types in their
cases were permitted to have their type assertion parenthesized
by go/parser (due to a weak predicate in the parser). All others
diff --git a/src/cmd/gofmt/testdata/typeswitch.input b/src/cmd/gofmt/testdata/typeswitch.input
index f90f28949..8f8cba9b8 100644
--- a/src/cmd/gofmt/testdata/typeswitch.input
+++ b/src/cmd/gofmt/testdata/typeswitch.input
@@ -4,7 +4,7 @@
into the correct unparenthesized form.
Only type-switches that didn't declare a variable
- in the the type switch type assertion and which
+ in the type switch type assertion and which
contained only "expression-like" (named) types in their
cases were permitted to have their type assertion parenthesized
by go/parser (due to a weak predicate in the parser). All others
diff --git a/src/pkg/runtime/runtime-gdb.py b/src/pkg/runtime/runtime-gdb.py
index a33280f69..eedac7cf4 100644
--- a/src/pkg/runtime/runtime-gdb.py
+++ b/src/pkg/runtime/runtime-gdb.py
@@ -378,7 +378,7 @@ class GoroutinesCmd(gdb.Command):
def find_goroutine(goid):
"""
find_goroutine attempts to find the goroutine identified by goid.
- It returns a touple of gdv.Value's representing the the stack pointer
+ It returns a touple of gdv.Value's representing the stack pointer
and program counter pointer for the goroutine.
@param int goid