summaryrefslogtreecommitdiff
path: root/test/files/pos/signatures/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/signatures/Test.java')
-rw-r--r--test/files/pos/signatures/Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/signatures/Test.java b/test/files/pos/signatures/Test.java
index 78c196526b..3d1e3756a7 100644
--- a/test/files/pos/signatures/Test.java
+++ b/test/files/pos/signatures/Test.java
@@ -3,7 +3,7 @@ import test.Outer;
/* Test correct generation of java signatures. The Outer class should not
* have a Java signature attribute for the inner method definition. Trait
- * Mutable should have one, even though it is also a nested definition.
+ * Mutable should have one, even though it is also a nested definition.
* (but for classes there is a way to tell about nesting to the JVM).
*/
class Test {