summaryrefslogtreecommitdiff
path: root/test/interface/embed1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/interface/embed1.go')
-rw-r--r--test/interface/embed1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interface/embed1.go b/test/interface/embed1.go
index 24e50471f..ee502a162 100644
--- a/test/interface/embed1.go
+++ b/test/interface/embed1.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Check that embedded interface types can have local methods.
+// Test that embedded interface types can have local methods.
package main