summaryrefslogtreecommitdiff
path: root/test/files/run/nullable-lazyvals.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/nullable-lazyvals.scala')
-rw-r--r--test/files/run/nullable-lazyvals.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/nullable-lazyvals.scala b/test/files/run/nullable-lazyvals.scala
index c201e74e75..be5d82f3a7 100644
--- a/test/files/run/nullable-lazyvals.scala
+++ b/test/files/run/nullable-lazyvals.scala
@@ -24,7 +24,7 @@ object Test extends App {
// test that try-finally does not generated a liftedTry
// helper. This would already fail the first part of the test,
- // but this check will help diganose it (if the single access to a
+ // but this check will help diagnose it (if the single access to a
// private field does not happen directly in the lazy val, it won't
// be nulled).
for (f <- foo.getClass.getDeclaredMethods) {