summaryrefslogtreecommitdiff
path: root/test/files/run/t7741a/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7741a/Test.scala')
-rw-r--r--test/files/run/t7741a/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7741a/Test.scala b/test/files/run/t7741a/Test.scala
index a75cb6c9eb..cdba1cccf8 100644
--- a/test/files/run/t7741a/Test.scala
+++ b/test/files/run/t7741a/Test.scala
@@ -25,7 +25,7 @@ object Test extends DirectTest {
// interface GroovyInterface {
//
// // This is the line that causes scalac to choke.
- // // It results in a GroovyInterface$1 class, which is a non-static inner class but it's constructor does not
+ // // It results in a GroovyInterface$1 class, which is a non-static inner class but its constructor does not
// // include the implicit parameter that is the immediate enclosing instance.
// // See http://jira.codehaus.org/browse/GROOVY-7312
// //