Commit 08854b02 authored by Russ Cox's avatar Russ Cox

test: fix typo

R=ken2
CC=golang-dev
https://golang.org/cl/5752073
parent afb1b0e6
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment