diff --git a/test/fixedbugs/bug424.go b/test/fixedbugs/bug424.go index 7ed324a095..c401af0b1d 100644 --- a/test/fixedbugs/bug424.go +++ b/test/fixedbugs/bug424.go @@ -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.