test: fix typo

R=ken2
CC=golang-dev
https://golang.org/cl/5752073
This commit is contained in:
Russ Cox 2012-03-07 10:21:56 -05:00
parent afb1b0e6b7
commit 08854b022f

View 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.