summaryrefslogtreecommitdiff
path: root/test/files/run/t9375.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9375.scala')
-rw-r--r--test/files/run/t9375.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t9375.scala b/test/files/run/t9375.scala
index 3995b38666..58893c963b 100644
--- a/test/files/run/t9375.scala
+++ b/test/files/run/t9375.scala
@@ -18,7 +18,7 @@ object SerDes {
import SerDes._
-// tests to make sure that de-serializing an object does not run its constructor
+// tests to make sure that deserializing an object does not run its constructor
trait S extends Serializable {
println(" konstruktor: " + this.getClass)