go.tools/all: the the thes are too frequent, it's clear that that's not what we want
LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/98380043
diff --git a/go/ssa/ssa.go b/go/ssa/ssa.go
index 0b9deec..113ba85 100644
--- a/go/ssa/ssa.go
+++ b/go/ssa/ssa.go
@@ -860,7 +860,7 @@
// If the chosen channel was used for a receive, the r_i component is
// set to the received value, where i is the index of that state among
// all n receive states; otherwise r_i has the zero value of type T_i.
-// Note that the the receive index i is not the same as the state
+// Note that the receive index i is not the same as the state
// index index.
//
// The second component of the triple, recvOk, is a boolean whose value