]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix typo
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 15:21:56 +0000 (10:21 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 15:21:56 +0000 (10:21 -0500)
R=ken2
CC=golang-dev
https://golang.org/cl/5752073

test/fixedbugs/bug424.go

index 7ed324a0958bc396f2c9c8aa910820881ff3935e..c401af0b1df3a20c506585d938b477d30f300fc3 100644 (file)
@@ -5,7 +5,7 @@
 // license that can be found in the LICENSE file.
 
 // Tests that method calls through an interface always
-// call the the locally defined method localT.m independent
+// call the locally defined method localT.m independent
 // at which embedding level it is and in which order
 // embedding is done.